summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-10 01:33:38 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-10 01:33:38 +0100
commit7a17865b22f06d65da446c4f179ea83e63874b09 (patch)
treef30bacec5a90037a96fe447a71cfd5f3bf691373 /gtk/gtkdnd.h
parent803cbd576f6597f4b851c6f1b7ded98691525e5a (diff)
downloadgtk+-7a17865b22f06d65da446c4f179ea83e63874b09.tar.gz
dnd: Remove "delete" argument from gtk_drag_finish()
The argument is ignored by anything but X11. It's treated like suggested_action == MOVE. So do that in gtk_drag_finish(), too.
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r--gtk/gtkdnd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h
index 7b75165eea..6b9de95673 100644
--- a/gtk/gtkdnd.h
+++ b/gtk/gtkdnd.h
@@ -47,7 +47,6 @@ void gtk_drag_get_data (GtkWidget *widget,
GDK_AVAILABLE_IN_ALL
void gtk_drag_finish (GdkDragContext *context,
gboolean success,
- gboolean del,
guint32 time_);
GDK_AVAILABLE_IN_ALL