Cosmetic formatting fixes
This commit is contained in:
parent
614412e913
commit
c46b954dd0
@ -2694,7 +2694,7 @@ gdk_x11_display_error_trap_pop_internal (GdkDisplay *display,
|
|||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gdk_x11_display_set_window_scale (GdkDisplay *display,
|
gdk_x11_display_set_window_scale (GdkDisplay *display,
|
||||||
gint scale)
|
gint scale)
|
||||||
{
|
{
|
||||||
GdkX11Screen *x11_screen;
|
GdkX11Screen *x11_screen;
|
||||||
gboolean need_reread_settings = FALSE;
|
gboolean need_reread_settings = FALSE;
|
||||||
@ -2715,7 +2715,8 @@ gdk_x11_display_set_window_scale (GdkDisplay *display,
|
|||||||
x11_screen->fixed_window_scale = TRUE;
|
x11_screen->fixed_window_scale = TRUE;
|
||||||
|
|
||||||
/* We treat screens with a window scale set differently when
|
/* 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;
|
need_reread_settings = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1122,7 +1122,7 @@ _gdk_x11_screen_new (GdkDisplay *display,
|
|||||||
|
|
||||||
void
|
void
|
||||||
_gdk_x11_screen_set_window_scale (GdkX11Screen *x11_screen,
|
_gdk_x11_screen_set_window_scale (GdkX11Screen *x11_screen,
|
||||||
int scale)
|
gint scale)
|
||||||
{
|
{
|
||||||
GList *toplevels, *l;
|
GList *toplevels, *l;
|
||||||
GdkWindow *root;
|
GdkWindow *root;
|
||||||
|
Loading…
Reference in New Issue
Block a user