[PATCH 1/5] win32u: Move NtUserShowCursor implementation from user32.

Jacek Caban jacek at codeweavers.com
Thu Dec 2 18:47:39 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/cursoricon.c     | 27 ----------------
  dlls/user32/user32.spec      |  2 +-
  dlls/win32u/Makefile.in      |  1 +
  dlls/win32u/cursoricon.c     | 63 ++++++++++++++++++++++++++++++++++++
  dlls/win32u/driver.c         |  6 ++++
  dlls/win32u/gdiobj.c         |  1 +
  dlls/win32u/win32u.spec      |  2 +-
  dlls/win32u/win32u_private.h |  1 +
  dlls/win32u/wrappers.c       |  5 +++
  9 files changed, 79 insertions(+), 29 deletions(-)
  create mode 100644 dlls/win32u/cursoricon.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-win32u-Move-NtUserShowCursor-implementation-from-user3.txt
Type: text/x-patch
Size: 7200 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211203/b26b5465/attachment.bin>


More information about the wine-devel mailing list