diff options
author | Benjamin Otte <otte@redhat.com> | 2018-06-16 04:49:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-18 23:49:53 +0200 |
commit | 9a91d3739dc1986651f384cc4021e1ac32453268 (patch) | |
tree | cd733af2ed056beb9c8ac48b65ad074a642a405c /tests/testdnd.c | |
parent | a2839d157fa89eaca287b1aedca7dc72425cf60c (diff) | |
download | gtk+-9a91d3739dc1986651f384cc4021e1ac32453268.tar.gz |
widget: Remove time argument from drag_data_get() vfunc
Diffstat (limited to 'tests/testdnd.c')
-rw-r--r-- | tests/testdnd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdnd.c b/tests/testdnd.c index 26cbfe1e21..53fb07788b 100644 --- a/tests/testdnd.c +++ b/tests/testdnd.c @@ -420,7 +420,6 @@ void source_drag_data_get (GtkWidget *widget, GdkDragContext *context, GtkSelectionData *selection_data, - guint time, gpointer data) { if (gtk_selection_data_get_target (selection_data) == g_intern_static_string ("application/x-rootwindow-drop")) |