mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
quartz: Emit GdkDisplay::setting-changed
We still generate the event too. That will be removed in a future commit.
This commit is contained in:
parent
bb6c8a475f
commit
36a94b49c7
@ -82,6 +82,8 @@ gdk_quartz_ns_notification_callback (CFNotificationCenterRef center,
|
||||
return;
|
||||
|
||||
gdk_event_put (&new_event);
|
||||
|
||||
gdk_display_setting_changed (_gdk_display, new_event.setting.name);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user