]> Pileus Git - ~andy/gtk/commit
Fix DND with frame sync
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2013 12:44:00 +0000 (07:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Feb 2013 12:48:06 +0000 (07:48 -0500)
commit02e915273845b21af223e7e5e2425569afcf1b83
tree3a61db68bb6e7dae3f5ce90ebd187350cd30cb00
parent4bb90a74433d2d38dcf63a2dbc549f549b51c3c3
Fix DND with frame sync

Mutter magically ignores override-redirect windows with geometry
-100-100+1+1, and this breaks the frame synchronization between
gtk+ and mutter. For now, we avoid the issue by simply giving
the window a different geometry.
https://bugzilla.gnome.org/show_bug.cgi?id=694217
gtk/gtkdnd.c