mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
Drop gdk_surface_get_device_position
Not used anymore.
This commit is contained in:
parent
2d10a7b9c4
commit
f1d61d5515
@ -270,7 +270,6 @@ gdk_surface_get_root_origin
|
|||||||
gdk_surface_get_frame_extents
|
gdk_surface_get_frame_extents
|
||||||
gdk_surface_get_origin
|
gdk_surface_get_origin
|
||||||
gdk_surface_get_root_coords
|
gdk_surface_get_root_coords
|
||||||
gdk_surface_get_device_position
|
|
||||||
gdk_surface_get_device_position_double
|
gdk_surface_get_device_position_double
|
||||||
GdkModifierType
|
GdkModifierType
|
||||||
GdkModifierIntent
|
GdkModifierIntent
|
||||||
|
2995
gdk/gdksurface.c
2995
gdk/gdksurface.c
File diff suppressed because it is too large
Load Diff
@ -639,12 +639,6 @@ void gdk_surface_get_frame_extents (GdkSurface *surface,
|
|||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
gint gdk_surface_get_scale_factor (GdkSurface *surface);
|
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
|
GDK_AVAILABLE_IN_ALL
|
||||||
GdkSurface * gdk_surface_get_device_position_double (GdkSurface *surface,
|
GdkSurface * gdk_surface_get_device_position_double (GdkSurface *surface,
|
||||||
GdkDevice *device,
|
GdkDevice *device,
|
||||||
|
Loading…
Reference in New Issue
Block a user