summaryrefslogtreecommitdiff
path: root/tests/testlist3.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-17 00:28:53 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-20 23:12:33 +0100
commitc863ac0f90dfdeea5e17293594686063187d689c (patch)
treef5b7d2ed616a3cf905537f9257a17e5d86e291dc /tests/testlist3.c
parent49d02eff931a43f88d4efb31be249742fe3be6f7 (diff)
downloadgtk+-c863ac0f90dfdeea5e17293594686063187d689c.tar.gz
dnd: Remove GtkTargetEntry and GtkTargetFlags
warning: We don't do any same-app checks anymore so you currently can copy local data into external apps. This will be fixed later.
Diffstat (limited to 'tests/testlist3.c')
-rw-r--r--tests/testlist3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testlist3.c b/tests/testlist3.c
index 066e3643a4..9683b96779 100644
--- a/tests/testlist3.c
+++ b/tests/testlist3.c
@@ -1,7 +1,7 @@
#include <gtk/gtk.h>
-static GtkTargetEntry entries[] = {
- { "GTK_LIST_BOX_ROW", GTK_TARGET_SAME_APP }
+static const char *entries[] = {
+ "GTK_LIST_BOX_ROW"
};
static void