x11: Emit GdkDisplay::setting-changed

We still generate the event too.
That will be removed in a future commit.
This commit is contained in:
Matthias Clasen 2017-10-30 09:03:25 -04:00
parent 3c0614994f
commit 8686526b4a

View File

@ -78,6 +78,8 @@ gdk_xsettings_notify (GdkX11Screen *x11_screen,
new_event.setting.name = (char*) name;
gdk_event_put (&new_event);
gdk_display_setting_changed (gdk_screen_get_display (GDK_SCREEN (x11_screen)), name);
}
static gboolean