diff options
author | Richard Hult <richard@imendio.com> | 2006-07-17 15:43:55 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2006-07-17 15:43:55 +0000 |
commit | da6c726ce02633b3cf0fb5086fff44ac3e819b3b (patch) | |
tree | 2260a3b477aca80b2413faf61c7cf8dfc7890715 /ChangeLog.pre-2-10 | |
parent | b4f78d06f85f05d378949fabf4e2517a4c4679d1 (diff) | |
download | gtk+-da6c726ce02633b3cf0fb5086fff44ac3e819b3b.tar.gz |
Add escape to the list of special keys, to get the escape key working.
2006-07-17 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkkeys-quartz.c: Add escape to the list of special
keys, to get the escape key working.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 361b17d9a7..622233257b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2006-07-17 Richard Hult <richard@imendio.com> + * gdk/quartz/gdkkeys-quartz.c: Add escape to the list of special + keys, to get the escape key working. + +2006-07-17 Richard Hult <richard@imendio.com> + * gdk/quartz/gdkdisplay-quartz.c (gdk_display_open): Initialize GdkInput. |