[PATCH 1/6] win32u: Move window surfaces list from user32.

Jacek Caban jacek at codeweavers.com
Tue Feb 15 06:10:20 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
Those calls will be internal to win32u in the future, but this allows 
splitting things. This patch series moves check_for_events and its 
callers to win32u.

  dlls/user32/win.c            | 33 ++++-------------------------
  dlls/win32u/sysparams.c      | 12 +++++++++--
  dlls/win32u/win32u_private.h |  5 +++++
  dlls/win32u/window.c         | 41 ++++++++++++++++++++++++++++++++++++
  include/ntuser.h             |  3 +++
  5 files changed, 63 insertions(+), 31 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-win32u-Move-window-surfaces-list-from-user32.txt
Type: text/x-patch
Size: 6784 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220215/ef60b129/attachment.bin>


More information about the wine-devel mailing list