ChangeSet ID: 15111
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 08:44:27
Modified files:
dlls/x11drv : keyboard.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
identifies current thread.
- Make X11DRV_GetKeyboardLayoutList follow the same rule as
X11DRV_GetKeyboardLayout and X11DRV_GetKeyboardLayoutName for CJK
locales.
- There is no need to have 0xe001 in the high word of Japanese
keyboard layouts lcids in main_key_tab, the above APIs take care of
it.
- High word of a returned keyboard layout duplicates low word for non
CJK locales under Windows.
Patch: http://cvs.winehq.org/patch.py?id=15111
Old revision New revision Changes Path
1.61 1.62 +21 -5 wine/dlls/x11drv/keyboard.c