diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-06-22 00:21:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-06-22 00:21:03 +0000 |
commit | 25359a2a062bac1710ec45ccc9a25fb58c815c2c (patch) | |
tree | 6f84575d2d7e27ec9b56ec46ee8ed9c14e2571cf /ChangeLog.pre-2-8 | |
parent | d77e5a3341d3fed2b1e497ec80b9e8e9b9bc6fd3 (diff) | |
download | gtk+-25359a2a062bac1710ec45ccc9a25fb58c815c2c.tar.gz |
When emulating X11's automatic grab on button down, pass owner_events as
2003-06-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): When
emulating X11's automatic grab on button down, pass owner_events
as FALSE. According to the XLib spec, automatic grabs use True for
owner_events when OwnerGrabButtonMask is selected, and I don't see
the X11 backend doing that. (#110271)
(find_window_for_pointer_event): Improve debugging output.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a4fe42f504..ef0b4f8f04 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2003-06-21 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkevents-win32.c (gdk_event_translate): When + emulating X11's automatic grab on button down, pass owner_events + as FALSE. According to the XLib spec, automatic grabs use True for + owner_events when OwnerGrabButtonMask is selected, and I don't see + the X11 backend doing that. (#110271) + (find_window_for_pointer_event): Improve debugging output. + 2003-06-17 Tor Lillqvist <tml@iki.fi> * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin |