[PATCH 4/6] win32u: Reset thread info in NtUserSetThreadDesktop.

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


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
This patch introduces ntuser_private.h. It's for things meant to be 
private to win32u. With (not so pretty) include from user32, we allow it 
in user32 until the conversion in more complete.

We could maybe continue using ntuser.h, but as we go further, moving 
more internals there (only to move it to ntuser_private.h later) is not 
very appealing.

  dlls/user32/user32.spec      |  2 +-
  dlls/user32/user_private.h   |  9 +----
  dlls/user32/winstation.c     | 19 -----------
  dlls/win32u/input.c          |  1 +
  dlls/win32u/ntuser_private.h | 64 ++++++++++++++++++++++++++++++++++++
  dlls/win32u/sysparams.c      |  1 +
  dlls/win32u/winstation.c     | 10 +++++-
  include/ntuser.h             | 30 -----------------
  8 files changed, 77 insertions(+), 59 deletions(-)
  create mode 100644 dlls/win32u/ntuser_private.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-win32u-Reset-thread-info-in-NtUserSetThreadDesktop.txt
Type: text/x-patch
Size: 10178 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220215/25c87c12/attachment.bin>


More information about the wine-devel mailing list