[PATCH 6/8] win32u: Move class management implementation from user32.

Jacek Caban jacek at codeweavers.com
Mon Mar 7 07:42:32 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/class.c          | 280 +++++------------------------------
  dlls/user32/controls.h       |   7 -
  dlls/user32/painting.c       |   2 +-
  dlls/user32/user_main.c      |   2 +
  dlls/user32/user_private.h   |   2 +-
  dlls/win32u/class.c          | 251 ++++++++++++++++++++++++++++++-
  dlls/win32u/gdiobj.c         |   3 +
  dlls/win32u/ntuser_private.h |  11 ++
  dlls/win32u/win32u.spec      |   6 +-
  dlls/win32u/win32u_private.h |   8 +
  dlls/win32u/wrappers.c       |  22 +++
  include/ntuser.h             |   7 +
  12 files changed, 341 insertions(+), 260 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-win32u-Move-class-management-implementation-from-user3.txt
Type: text/x-patch
Size: 38076 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220307/22a73de8/attachment.bin>


More information about the wine-devel mailing list