[PATCH 7/9] win32u: Move NtUserGetKeyboardLayout implementation from user32.

Jacek Caban jacek at codeweavers.com
Tue Nov 16 05:35:43 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
This exposes user_thread_info in ntuser.h. I think that we will 
ultimately want to expose only parts of that, but it's convenient for 
now for the transition.

  dlls/user32/input.c          | 35 ++++++-----------------
  dlls/user32/message.c        |  4 +--
  dlls/user32/misc.c           |  4 +--
  dlls/user32/sysparams.c      |  2 +-
  dlls/user32/user32.spec      |  2 +-
  dlls/user32/user_private.h   | 30 --------------------
  dlls/win32u/input.c          | 54 ++++++++++++++++++++++++++++++++++++
  dlls/win32u/syscall.c        |  1 +
  dlls/win32u/win32u.spec      |  2 +-
  dlls/win32u/win32u_private.h |  5 ++++
  include/ntuser.h             | 30 ++++++++++++++++++++
  11 files changed, 106 insertions(+), 63 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-win32u-Move-NtUserGetKeyboardLayout-implementation-fro.txt
Type: text/x-patch
Size: 16111 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211116/947d1ea6/attachment-0001.bin>


More information about the wine-devel mailing list