Remove *_set_extension_events() and old API to query devices.
The old functions to get core pointer and devices list are gone as well. This slice is entirely replaced internally by multidevice handling and may just go.
This commit is contained in:
@ -259,10 +259,6 @@ GdkDisplay *gdk_display_get_default (void);
|
||||
|
||||
#ifndef GDK_MULTIDEVICE_SAFE
|
||||
|
||||
#ifndef GDK_DISABLE_DEPRECATED
|
||||
GdkDevice *gdk_display_get_core_pointer (GdkDisplay *display);
|
||||
#endif /* GDK_DISABLE_DEPRECATED */
|
||||
|
||||
void gdk_display_get_pointer (GdkDisplay *display,
|
||||
GdkScreen **screen,
|
||||
gint *x,
|
||||
|
||||
Reference in New Issue
Block a user