gdk: remove the core_pointer field from GdkDisplay
It is not used anymore, so no need to set it https://bugzilla.gnome.org/show_bug.cgi?id=762820
This commit is contained in:
@ -87,9 +87,8 @@ gdk_quartz_display_init_input (GdkDisplay *display)
|
||||
g_list_free (list);
|
||||
|
||||
/* Add the core pointer to the devices list */
|
||||
display->core_pointer = GDK_QUARTZ_DEVICE_MANAGER_CORE (device_manager)->core_pointer;
|
||||
display_quartz->input_devices = g_list_prepend (display_quartz->input_devices,
|
||||
g_object_ref (display->core_pointer));
|
||||
g_object_ref (GDK_QUARTZ_DEVICE_MANAGER_CORE (device_manager)->core_pointer));
|
||||
}
|
||||
|
||||
GdkDisplay *
|
||||
|
||||
Reference in New Issue
Block a user