- Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 3 Jan 2005 14:44:27 +0000 (14:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Jan 2005 14:44:27 +0000 (14:44 +0000)
commitce81088eb5a12d179852cfca2df4fefb1aab409e
tree09b212d82a40bfd6aca7742560cb92a85f625726
parent9dc3843cbacd45a510ad1ff8cc0c9aa5a5f22777
- 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.
dlls/x11drv/keyboard.c