Drop gdk_surface_get_device_position

Not used anymore.
This commit is contained in:
Matthias Clasen 2019-03-25 08:33:56 -04:00
parent 2d10a7b9c4
commit f1d61d5515
3 changed files with 1479 additions and 1523 deletions

View File

@ -270,7 +270,6 @@ gdk_surface_get_root_origin
gdk_surface_get_frame_extents
gdk_surface_get_origin
gdk_surface_get_root_coords
gdk_surface_get_device_position
gdk_surface_get_device_position_double
GdkModifierType
GdkModifierIntent

File diff suppressed because it is too large Load Diff

View File

@ -639,12 +639,6 @@ void gdk_surface_get_frame_extents (GdkSurface *surface,
GDK_AVAILABLE_IN_ALL
gint gdk_surface_get_scale_factor (GdkSurface *surface);
GDK_AVAILABLE_IN_ALL
GdkSurface * gdk_surface_get_device_position (GdkSurface *surface,
GdkDevice *device,
gint *x,
gint *y,
GdkModifierType *mask);
GDK_AVAILABLE_IN_ALL
GdkSurface * gdk_surface_get_device_position_double (GdkSurface *surface,
GdkDevice *device,