mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Setup ->impl_window on the root window
This commit is contained in:
parent
9e0899bd2f
commit
95cbc754d4
@ -963,6 +963,7 @@ _gdk_windowing_window_init (void)
|
||||
|
||||
private = (GdkWindowObject *)_gdk_root;
|
||||
private->impl = g_object_new (_gdk_window_impl_get_type (), NULL);
|
||||
private->impl_window = private;
|
||||
|
||||
/* Note: This needs to be reworked for multi-screen support. */
|
||||
impl = GDK_WINDOW_IMPL_QUARTZ (GDK_WINDOW_OBJECT (_gdk_root)->impl);
|
||||
|
Loading…
Reference in New Issue
Block a user