[PATCH 4/5] win32u: Move NtUserGetForegroundWindow implementation from user32.

Jacek Caban jacek at codeweavers.com
Thu Feb 17 08:43:07 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/focus.c     | 19 +------------------
  dlls/user32/message.c   |  2 +-
  dlls/user32/user32.spec |  2 +-
  dlls/user32/user_main.c |  2 +-
  dlls/user32/win.c       |  2 +-
  dlls/user32/winpos.c    |  2 +-
  dlls/win32u/input.c     | 16 ++++++++++++++++
  dlls/win32u/syscall.c   |  1 +
  dlls/win32u/win32u.spec |  2 +-
  dlls/wow64win/syscall.h |  1 +
  dlls/wow64win/user.c    |  5 +++++
  include/ntuser.h        |  1 +
  12 files changed, 31 insertions(+), 24 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-win32u-Move-NtUserGetForegroundWindow-implementation-f.txt
Type: text/x-patch
Size: 7144 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220217/2527fa5b/attachment.bin>


More information about the wine-devel mailing list