Jacek Caban : win32u: Move NtUserInternalGetWindowIcon implementation from user32.

Alexandre Julliard julliard at winehq.org
Thu Jun 9 16:28:33 CDT 2022


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu May 12 00:10:41 2022 +0200

win32u: Move NtUserInternalGetWindowIcon implementation from user32.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>

---

 dlls/user32/user32.spec      |  2 +-
 dlls/user32/user_main.c      |  8 ++++++++
 dlls/user32/win.c            | 47 -------------------------------------------
 dlls/win32u/cursoricon.c     | 21 +++++++++++++++++++
 dlls/win32u/gdiobj.c         |  1 +
 dlls/win32u/win32u.spec      |  2 +-
 dlls/win32u/win32u_private.h |  1 +
 dlls/win32u/window.c         | 48 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/win32u/wrappers.c       |  7 +++++++
 include/ntuser.h             | 15 +++++++++++++-
 10 files changed, 102 insertions(+), 50 deletions(-)

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



More information about the wine-cvs mailing list