Jacek Caban : win32u: Move cursor icon handle management from user32.

Alexandre Julliard julliard at winehq.org
Tue Feb 22 16:06:52 CST 2022


Module: wine
Branch: master
Commit: bb895f4f59b440e0dda0620cbd26c6cde5ab0e98
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bb895f4f59b440e0dda0620cbd26c6cde5ab0e98

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Feb 22 13:53:11 2022 +0100

win32u: Move cursor icon handle management from user32.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=bb895f4f59b440e0dda0620cbd26c6cde5ab0e98



More information about the wine-cvs mailing list