[PATCH 3/5] win32u: Move apply_window_pos implementation from user32.

Jacek Caban jacek at codeweavers.com
Fri Mar 18 08:28:42 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/driver.c         |  20 +--
  dlls/user32/painting.c       | 150 ---------------------
  dlls/user32/user_main.c      |   1 -
  dlls/user32/user_private.h   |   6 -
  dlls/user32/win.c            | 142 --------------------
  dlls/user32/win.h            |   5 -
  dlls/user32/winpos.c         | 227 --------------------------------
  dlls/win32u/dce.c            | 211 ++++++++++++++++++++++++++++++
  dlls/win32u/driver.c         |   2 +
  dlls/win32u/ntuser_private.h |   3 -
  dlls/win32u/sysparams.c      |   6 -
  dlls/win32u/win32u_private.h |   8 ++
  dlls/win32u/window.c         | 246 +++++++++++++++++++++++++++++++++--
  include/ntuser.h             |   4 -
  14 files changed, 455 insertions(+), 576 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-win32u-Move-apply_window_pos-implementation-from-user3.txt
Type: text/x-patch
Size: 51977 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220318/1300c837/attachment.bin>


More information about the wine-devel mailing list