x11: send monitors-changed when screen scale changes
This commit is contained in:
parent
9237da2e57
commit
3a0b65c5b9
@ -1114,6 +1114,8 @@ _gdk_x11_screen_set_window_scale (GdkX11Screen *x11_screen,
|
||||
|
||||
_gdk_x11_window_set_window_scale (window, scale);
|
||||
}
|
||||
|
||||
g_signal_emit_by_name (GDK_SCREEN (x11_screen), "monitors-changed");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user