]> Pileus Git - ~andy/gtk/commit
Fix a bug in focus tracking when we move between has_pointer_focus and
authorOwen Taylor <otaylor@redhat.com>
Thu, 5 May 2005 00:12:21 +0000 (00:12 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 5 May 2005 00:12:21 +0000 (00:12 +0000)
commitdcedc5bcefb038ef6464427b97a5a23aeb546dca
tree7a55655a55a732814cfa0820e252c86645ccf966
parentd990d0164018129b5cc744de3d0fcafb4e9b3360
Fix a bug in focus tracking when we move between has_pointer_focus and

2005-05-04  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
        in focus tracking when we move between has_pointer_focus and
        has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
        and others)

        * gdk/x11/gdkevents-x11.c: Also fix some extremely confusion
        that could happen in the case of no window manager + keyboard grabs,
        by moving to a more consistent model of when we pay attention
        to mode=NotifyGrab/NotifyUngrab events.

        * docs/focus_tracking.txt: Extensive writeup about how to track
        focus under X11
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/focus_tracking.txt [new file with mode: 0644]
gdk/x11/gdkevents-x11.c
gdk/x11/gdkwindow-x11.h