[PATCH 2/5] win32u: Move NtUserCreateWindowEx implementation from user32.

Jacek Caban jacek at codeweavers.com
Fri Mar 18 08:27:55 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/class.c          |  11 -
  dlls/user32/controls.h       |   1 -
  dlls/user32/driver.c         |  13 +-
  dlls/user32/user_main.c      |  12 +-
  dlls/user32/user_private.h   |   3 -
  dlls/user32/win.c            | 544 ++---------------------------------
  dlls/user32/win.h            |   1 -
  dlls/user32/winpos.c         | 176 ------------
  dlls/user32/winproc.c        |  39 ---
  dlls/win32u/class.c          |  29 ++
  dlls/win32u/dce.c            |  11 +
  dlls/win32u/driver.c         |   6 +
  dlls/win32u/gdiobj.c         |   1 +
  dlls/win32u/menu.c           |   8 +
  dlls/win32u/message.c        |  19 +-
  dlls/win32u/ntuser_private.h |  39 +--
  dlls/win32u/sysparams.c      |   5 +-
  dlls/win32u/win32u.spec      |   2 +-
  dlls/win32u/win32u_private.h |  10 +-
  dlls/win32u/window.c         | 488 ++++++++++++++++++++++++++++++-
  dlls/win32u/wrappers.c       |  12 +
  include/ntuser.h             |  10 +-
  22 files changed, 616 insertions(+), 824 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Move-NtUserCreateWindowEx-implementation-from-u.txt
Type: text/x-patch
Size: 71894 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220318/8496041b/attachment.bin>


More information about the wine-devel mailing list