]> Pileus Git - ~andy/gtk/commit
Fix problems with DND on some X servers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 3 Jan 2012 15:51:13 +0000 (10:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 3 Jan 2012 15:57:53 +0000 (10:57 -0500)
commit266866e82c1460c268435cf8a6faf466b65727e8
treebd190556ec858ca8b0a10d3d6d6a79037510cf22
parentc62a1fd522e5e1ffe3ae3b40f83bcc78e4b00a81
Fix problems with DND on some X servers

When the X server does not support the shape extension (as some
vnc implementations seem to), our DND code was always seeing
an empty input shape, so drops always missed their target.

http://bugzilla.gnome.org/show_bug.cgi?id=620240
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkwindow-x11.c