Jacek Caban : win32u: Move NtUserCreateWindowEx implementation from user32.

Alexandre Julliard julliard at winehq.org
Fri Mar 18 16:39:54 CDT 2022


Module: wine
Branch: master
Commit: d765edc411a6844f6322dd9da280aa0436391828
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d765edc411a6844f6322dd9da280aa0436391828

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Mar 18 14:27:55 2022 +0100

win32u: Move NtUserCreateWindowEx implementation from user32.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=d765edc411a6844f6322dd9da280aa0436391828



More information about the wine-cvs mailing list