[PATCH v2 07/11] win32u: Move NtUserGetAncestor implementation from user32.

Jacek Caban jacek at codeweavers.com
Tue Mar 8 07:24:03 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/defwnd.c    |   4 +-
  dlls/user32/desktop.c   |   2 +-
  dlls/user32/driver.c    |   2 +-
  dlls/user32/focus.c     |   6 +-
  dlls/user32/menu.c      |   2 +-
  dlls/user32/message.c   |   2 +-
  dlls/user32/nonclient.c |   6 +-
  dlls/user32/painting.c  |   4 +-
  dlls/user32/user32.spec |   2 +-
  dlls/user32/win.c       |  63 +-------------------
  dlls/user32/winpos.c    |  26 ++++----
  dlls/win32u/syscall.c   |   1 +
  dlls/win32u/win32u.spec |   2 +-
  dlls/win32u/window.c    | 129 ++++++++++++++++++++++++++++++++++++++++
  dlls/wow64win/syscall.h |   1 +
  dlls/wow64win/user.c    |   8 +++
  include/ntuser.h        |   1 +
  17 files changed, 170 insertions(+), 91 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0007-win32u-Move-NtUserGetAncestor-implementation-from-u.txt
Type: text/x-patch
Size: 22548 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220308/e55b9da7/attachment.bin>


More information about the wine-devel mailing list