[PATCH 2/7] win32u: Move NtUserSetWindowPos implementation from user32.

Jacek Caban jacek at codeweavers.com
Tue Mar 15 08:27:14 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/combo.c          |  36 +--
  dlls/user32/defwnd.c         |   4 +-
  dlls/user32/dialog.c         |   4 +-
  dlls/user32/focus.c          |   4 +-
  dlls/user32/icontitle.c      |   2 +-
  dlls/user32/listbox.c        |   6 +-
  dlls/user32/mdi.c            |  24 +-
  dlls/user32/menu.c           |  12 +-
  dlls/user32/message.c        |   3 -
  dlls/user32/msgbox.c         |  18 +-
  dlls/user32/painting.c       |   6 +-
  dlls/user32/scroll.c         |   4 +-
  dlls/user32/static.c         |   9 +-
  dlls/user32/user32.spec      |   2 +-
  dlls/user32/user_main.c      |   1 -
  dlls/user32/user_private.h   |   6 -
  dlls/user32/win.c            |  10 +-
  dlls/user32/winpos.c         | 123 ++-----
  dlls/win32u/message.c        |   3 +
  dlls/win32u/ntuser_private.h |   7 +-
  dlls/win32u/win32u_private.h |   5 +
  dlls/win32u/window.c         | 606 ++++++++++++++++++++++++++++++++++-
  22 files changed, 707 insertions(+), 188 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Move-NtUserSetWindowPos-implementation-from-use.txt
Type: text/x-patch
Size: 58107 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220315/654f92b3/attachment.bin>


More information about the wine-devel mailing list