[PATCH 12/12] win32u: Move cursor icon handle management from user32.

Jacek Caban jacek at codeweavers.com
Tue Feb 22 06:53:11 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/cursoricon.c     | 241 ++---------------------------------
  dlls/user32/driver.c         |   7 +-
  dlls/user32/user_main.c      |   6 +
  dlls/win32u/cursoricon.c     | 217 +++++++++++++++++++++++++++++++
  dlls/win32u/driver.c         |   1 +
  dlls/win32u/gdiobj.c         |   2 +
  dlls/win32u/ntuser_private.h |  34 +++++
  dlls/win32u/syscall.c        |   1 +
  dlls/win32u/sysparams.c      |   2 +
  dlls/win32u/win32u.spec      |   6 +-
  dlls/win32u/win32u_private.h |   4 +
  dlls/win32u/window.c         |   9 ++
  dlls/win32u/wrappers.c       |  13 ++
  dlls/wow64win/syscall.h      |   1 +
  dlls/wow64win/user.c         |  15 +++
  include/ntuser.h             |  18 +++
  16 files changed, 339 insertions(+), 238 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-win32u-Move-cursor-icon-handle-management-from-user32.txt
Type: text/x-patch
Size: 32120 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220222/f10bbe4e/attachment.bin>


More information about the wine-devel mailing list