[PATCH 2/7] win32u: Move default window text setting to from user32.

Jacek Caban jacek at codeweavers.com
Thu Apr 7 08:24:55 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/defwnd.c         | 112 +++--------------------------------
  dlls/user32/driver.c         |   7 +--
  dlls/user32/user_main.c      |   1 -
  dlls/win32u/Makefile.in      |   1 +
  dlls/win32u/defwnd.c         | 110 ++++++++++++++++++++++++++++++++++
  dlls/win32u/message.c        |   2 +
  dlls/win32u/tests/win32u.c   |  34 +++++++++++
  dlls/win32u/win32u_private.h |   4 ++
  dlls/win32u/window.c         |   2 +
  include/ntuser.h             |   1 +
  10 files changed, 162 insertions(+), 112 deletions(-)
  create mode 100644 dlls/win32u/defwnd.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Move-default-window-text-setting-to-from-user32.txt
Type: text/x-patch
Size: 14478 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220407/64744d96/attachment.bin>


More information about the wine-devel mailing list