]> Pileus Git - ~andy/gtk/commit
Always look up and create the Motif drag window as a child of the root
authorOwen Taylor <otaylor@redhat.com>
Wed, 4 Dec 2002 19:50:57 +0000 (19:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 4 Dec 2002 19:50:57 +0000 (19:50 +0000)
commit6d5f8224a50c7d5c65b5b9c88058d5968ea7127e
treeb68f053600e12fde126b5e56cfc7e342bb346bb4
parentd0e6d66633f65504c3b03cae03a183a0d47d2d86
Always look up and create the Motif drag window as a child of the root

Wed Dec  4 14:31:46 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdnd-x11.c: Always look up and create the
        Motif drag window as a child of the root window of screen 0
        rather than the default screen. (#100362, Erwann Chenede)

        * gdk/x11/gdkdnd-x11.c (motif_read_initiator_info):
        Return FALSE, not GDK_FILTER_REMOVE on failure; this
        isn't a filter function.

        * gdk/x11/gdkselection-x11.c gtk/gtkselection.c: Add
        some g_return_if_fail() to catch selection == None more
        gracefully than an X error.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkselection-x11.c
gtk/gtkselection.c