summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkprivate-x11.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-11 01:45:31 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-11 01:46:33 +0100
commit643a6c231176d81e24ea3f3dc05d61848ea570af (patch)
tree0d58e91c7e07607bedd829bb8452e3731a75068a /gdk/x11/gdkprivate-x11.h
parent7e0844d92f10e0ef328fb79e98451e6eef92c606 (diff)
downloadgtk+-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/x11/gdkprivate-x11.h')
-rw-r--r--gdk/x11/gdkprivate-x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h
index f163e9bc6c..990e203175 100644
--- a/gdk/x11/gdkprivate-x11.h
+++ b/gdk/x11/gdkprivate-x11.h
@@ -285,6 +285,7 @@ void _gdk_x11_window_register_dnd (GdkWindow *window);
GdkDragContext * _gdk_x11_window_drag_begin (GdkWindow *window,
GdkDevice *device,
GdkContentFormats *formats,
+ GdkDragAction actions,
gint x_root,
gint y_root);