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

Jacek Caban jacek at codeweavers.com
Thu Mar 17 09:28:51 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/combo.c          |   4 +-
  dlls/user32/defwnd.c         |   2 +-
  dlls/user32/dialog.c         |   6 +-
  dlls/user32/driver.c         |   8 +-
  dlls/user32/mdi.c            |  12 +-
  dlls/user32/message.c        |  21 +-
  dlls/user32/nonclient.c      |   6 +-
  dlls/user32/scroll.c         |   2 +-
  dlls/user32/user32.spec      |   4 +-
  dlls/user32/user_main.c      |   1 -
  dlls/user32/win.c            |  10 +-
  dlls/user32/win.h            |   6 -
  dlls/user32/winpos.c         | 228 +---------------
  dlls/win32u/driver.c         |   1 +
  dlls/win32u/gdiobj.c         |   2 +
  dlls/win32u/input.c          |   2 +-
  dlls/win32u/message.c        |   3 +
  dlls/win32u/ntuser_private.h |   7 +-
  dlls/win32u/win32u.spec      |   4 +-
  dlls/win32u/win32u_private.h |   4 +
  dlls/win32u/window.c         | 485 ++++++++++++++++++++++++++++++++++-
  dlls/win32u/wrappers.c       |  12 +
  include/ntuser.h             |   1 +
  23 files changed, 540 insertions(+), 291 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-win32u-Move-NtUserShowWindow-implementation-from-user3.txt
Type: text/x-patch
Size: 45960 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220317/e30987e2/attachment.bin>


More information about the wine-devel mailing list