summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-06-09 02:13:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-06-09 02:13:42 +0000
commit85d8c337065718aa9de9cbf03c693d72abbe374d (patch)
tree7d3634106f00f30a30cc1813c739e741f757a3d9 /tests/testdnd.c
parent075958ac88c01e5e4c2ddc9f7f8fd3866150cd1e (diff)
downloadgdk-pixbuf-85d8c337065718aa9de9cbf03c693d72abbe374d.tar.gz
Use application/x-rootwindow-drop for root window drops. (#108670, Alex
Sun Jun 8 22:03:09 2003 Owen Taylor <otaylor@redhat.com> * 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).
Diffstat (limited to 'tests/testdnd.c')
-rw-r--r--tests/testdnd.c2
1 files changed, 1 insertions, 1 deletions
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]);