summaryrefslogtreecommitdiff
path: root/gdk/gdkseat.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-12-28 09:12:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-12-29 20:31:58 -0500
commit0bb9fc65ad5c12110a4c03ef6ee9fdf8cb9816c3 (patch)
tree445547b4849c9c78382544d12c1d6d1267bcf5e0 /gdk/gdkseat.h
parent3dd6cc405efaf4f3163d6baa4da9ea5b8338a4a8 (diff)
downloadgtk+-0bb9fc65ad5c12110a4c03ef6ee9fdf8cb9816c3.tar.gz
Remove gdk_seat_grab
We are no longer using free-standing grabs in GTK. The replacement is the autohide functionality of popup surfaces.
Diffstat (limited to 'gdk/gdkseat.h')
-rw-r--r--gdk/gdkseat.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdk/gdkseat.h b/gdk/gdkseat.h
index e26676e459..87e36a3c7a 100644
--- a/gdk/gdkseat.h
+++ b/gdk/gdkseat.h
@@ -83,18 +83,6 @@ GDK_AVAILABLE_IN_ALL
GType gdk_seat_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GdkGrabStatus gdk_seat_grab (GdkSeat *seat,
- GdkSurface *surface,
- GdkSeatCapabilities capabilities,
- gboolean owner_events,
- GdkCursor *cursor,
- const GdkEvent *event,
- GdkSeatGrabPrepareFunc prepare_func,
- gpointer prepare_func_data);
-GDK_AVAILABLE_IN_ALL
-void gdk_seat_ungrab (GdkSeat *seat);
-
-GDK_AVAILABLE_IN_ALL
GdkDisplay * gdk_seat_get_display (GdkSeat *seat);
GDK_AVAILABLE_IN_ALL