diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-24 21:53:19 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-24 21:53:19 +0000 |
commit | e53e9652a52e468586df2ebdb03f51df781e9499 (patch) | |
tree | 3ed652cf0caa92a99938c2fc4fc057d31b3a7f0b /ChangeLog.pre-2-6 | |
parent | beb31ce0f002a52833a33a0175a505d22c089438 (diff) | |
download | gtk+-e53e9652a52e468586df2ebdb03f51df781e9499.tar.gz |
Merge from gtk-2-0:
2002-09-25 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
order to be able to handle it normally in the application. Set
ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this
way we can generate GDK events also for Alt-Fn keys, for instance.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5534365f7a..97fdab1f87 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2002-09-25 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkevents-win32.c (gdk_event_translate): + WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in + order to be able to handle it normally in the application. Set + ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this + way we can generate GDK events also for Alt-Fn keys, for instance. + 2002-09-24 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkx.h: Add a missing ; to make things compile. |