Cosmetic formatting fixes

This commit is contained in:
Matthias Clasen 2014-07-10 18:35:54 -04:00
parent 614412e913
commit c46b954dd0
2 changed files with 4 additions and 3 deletions

View File

@ -2694,7 +2694,7 @@ gdk_x11_display_error_trap_pop_internal (GdkDisplay *display,
*/
void
gdk_x11_display_set_window_scale (GdkDisplay *display,
gint scale)
gint scale)
{
GdkX11Screen *x11_screen;
gboolean need_reread_settings = FALSE;
@ -2715,7 +2715,8 @@ gdk_x11_display_set_window_scale (GdkDisplay *display,
x11_screen->fixed_window_scale = TRUE;
/* We treat screens with a window scale set differently when
* reading xsettings, so we need to reread */
* reading xsettings, so we need to reread
*/
need_reread_settings = TRUE;
}

View File

@ -1122,7 +1122,7 @@ _gdk_x11_screen_new (GdkDisplay *display,
void
_gdk_x11_screen_set_window_scale (GdkX11Screen *x11_screen,
int scale)
gint scale)
{
GList *toplevels, *l;
GdkWindow *root;