diff options
author | Benjamin Otte <otte@redhat.com> | 2018-05-16 04:50:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-18 23:49:52 +0200 |
commit | 6d7cb2b78195e486995e0f4f821e8e17b0b89eea (patch) | |
tree | cf40cdae75c44971b32744ef2fb1a2db9f03bd99 /tests/testnotebookdnd.c | |
parent | a862ca41c5645cb399ea3b439ba58e01cae32162 (diff) | |
download | gtk+-6d7cb2b78195e486995e0f4f821e8e17b0b89eea.tar.gz |
dnd: Make drag-data-received use a GdkDrop
Diffstat (limited to 'tests/testnotebookdnd.c')
-rw-r--r-- | tests/testnotebookdnd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testnotebookdnd.c b/tests/testnotebookdnd.c index 5d87a90b0d..5771896128 100644 --- a/tests/testnotebookdnd.c +++ b/tests/testnotebookdnd.c @@ -122,9 +122,8 @@ remove_in_idle (gpointer data) static void on_button_drag_data_received (GtkWidget *widget, - GdkDragContext *context, + GdkDrop *drop, GtkSelectionData *data, - guint time, gpointer user_data) { GtkWidget **child; |