diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-05 15:43:20 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-05 15:43:20 +0000 |
commit | 0bb2eb8eaaf4054fefbc45bf3cb47bbcf10b7cfd (patch) | |
tree | 93a832304b9002638cbc5748e9b2e50e42bb8a39 /hw/xwin/ChangeLog | |
parent | 3af77ad3e754c4d419a1996ca73a9fd01f92388a (diff) |
Fix problem with fake Control press on Alt-Gr
https://bugs.freedesktop.org/show_bug.cgi?id=3680
https://bugs.freedesktop.org/show_bug.cgi?id=3497
Fix static declaration of winGetBaseDir
Diffstat (limited to 'hw/xwin/ChangeLog')
-rw-r--r-- | hw/xwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index 7ce672667..da4de0882 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,5 +1,16 @@ 2005-07-05 Alexander Gottwald <ago at freedesktop dot org> + * winmultiwindowwndproc.c: + * winkeybd.c: + Fix problem with fake Control press on Alt-Gr + https://bugs.freedesktop.org/show_bug.cgi?id=3680 + https://bugs.freedesktop.org/show_bug.cgi?id=3497 + + * InitOutput.c: + Fix static declaration of winGetBaseDir + +2005-07-05 Alexander Gottwald <ago at freedesktop dot org> + * winwindow.h: * winmultiwindowwm.c: * winscrinit.c: |