diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-11 01:45:31 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-11 01:46:33 +0100 |
commit | 643a6c231176d81e24ea3f3dc05d61848ea570af (patch) | |
tree | 0d58e91c7e07607bedd829bb8452e3731a75068a /gdk/gdkdndprivate.h | |
parent | 7e0844d92f10e0ef328fb79e98451e6eef92c606 (diff) | |
download | gtk+-643a6c231176d81e24ea3f3dc05d61848ea570af.tar.gz |
gdk: Remove gdk_drag_manage_dnd()
Instead, pass the actions as part of gdk_drag_begin() and insist DND is
always managed.
A new side effect is that gdk_drag_begin() can now return %NULL.
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r-- | gdk/gdkdndprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h index 16ad7332d4..2982bcb83c 100644 --- a/gdk/gdkdndprivate.h +++ b/gdk/gdkdndprivate.h @@ -105,9 +105,6 @@ struct _GdkDragContextClass { void (*drop_done) (GdkDragContext *context, gboolean success); - gboolean (*manage_dnd) (GdkDragContext *context, - GdkWindow *ipc_window, - GdkDragAction actions); void (*set_cursor) (GdkDragContext *context, GdkCursor *cursor); void (*cancel) (GdkDragContext *context, |