summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-23 17:18:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-24 20:49:08 -0400
commit3d37f08f38c10923cc8b1e5fcc999b8b76d75533 (patch)
tree2a082260ca105447b633d1af8d1ac0c2969b6ba1 /gdk/gdkdevice.h
parent160f1e581aa100378691da135cc99b2c11c82cc1 (diff)
downloadgtk+-3d37f08f38c10923cc8b1e5fcc999b8b76d75533.tar.gz
Remove gdk_device_warp
This was only ever implemented on X11, and is not something we want to encourage apps to do, ever.
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index c52ddababa..f491189fdf 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -237,11 +237,6 @@ void gdk_device_ungrab (GdkDevice *device,
guint32 time_);
GDK_AVAILABLE_IN_ALL
-void gdk_device_warp (GdkDevice *device,
- gint x,
- gint y);
-
-GDK_AVAILABLE_IN_ALL
GdkSurface *gdk_device_get_last_event_surface (GdkDevice *device);
GDK_AVAILABLE_IN_ALL