From 85d8c337065718aa9de9cbf03c693d72abbe374d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 9 Jun 2003 02:13:42 +0000 Subject: Use application/x-rootwindow-drop for root window drops. (#108670, Alex Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for root window drops. (#108670, Alex Larsson) * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): Accept either application/x-rootwin-drop (what GTK+ has always used) or application/x-rootwindow-drop (what the XDND standard specifies). --- tests/testdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testdnd.c') diff --git a/tests/testdnd.c b/tests/testdnd.c index 8e4e9333a..f424c070c 100644 --- a/tests/testdnd.c +++ b/tests/testdnd.c @@ -281,7 +281,7 @@ enum { static GtkTargetEntry target_table[] = { { "STRING", 0, TARGET_STRING }, { "text/plain", 0, TARGET_STRING }, - { "application/x-rootwin-drop", 0, TARGET_ROOTWIN } + { "application/x-rootwindow-drop", 0, TARGET_ROOTWIN } }; static guint n_targets = sizeof(target_table) / sizeof(target_table[0]); -- cgit v1.2.1