Module: wine Branch: master Commit: 67e39efb7528dc9e5505b8e7fbc3e0e39f1c5779 URL: https://source.winehq.org/git/wine.git/?a=commit;h=67e39efb7528dc9e5505b8e7f...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jun 16 19:52:44 2022 +0200
win32u: Move NtUserDrawCaptionTemp implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/user32/nonclient.c | 185 +------------------------------------------ dlls/user32/user32.spec | 2 +- dlls/win32u/defwnd.c | 112 +++++++++++++++++++++++++- dlls/win32u/gdiobj.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 2 + dlls/win32u/wrappers.c | 7 ++ include/ntuser.h | 2 + 8 files changed, 128 insertions(+), 185 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=67e39efb7528dc9e5505b...