Module: wine Branch: master Commit: 9f03d8f3e1ba0fae01934cd0938a0caa80b28972 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9f03d8f3e1ba0fae01934cd09...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jun 10 15:52:01 2022 +0200
win32u: Move WM_NCPAINT handling from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/user32/controls.h | 1 - dlls/user32/defwnd.c | 20 -- dlls/user32/nonclient.c | 23 -- dlls/user32/user_main.c | 9 + dlls/win32u/dc.c | 5 + dlls/win32u/defwnd.c | 786 ++++++++++++++++++++++++++++++++++++++++++- dlls/win32u/font.c | 22 ++ dlls/win32u/menu.c | 2 +- dlls/win32u/ntuser_private.h | 2 + dlls/win32u/sysparams.c | 6 +- dlls/win32u/win32u_private.h | 4 + include/ntgdi.h | 1 + include/ntuser.h | 11 + 13 files changed, 843 insertions(+), 49 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9f03d8f3e1ba0fae01934...