Jacek Caban : win32u: Move SC_SIZE and SC_MOVE handling from user32.
Module: wine Branch: master Commit: 61ad0b844d07c7f9f398b96b0ff049a19560079e URL: https://source.winehq.org/git/wine.git/?a=commit;h=61ad0b844d07c7f9f398b96b0... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Jun 8 21:25:00 2022 +0200 win32u: Move SC_SIZE and SC_MOVE handling from user32. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/nonclient.c | 5 - dlls/user32/win.h | 1 - dlls/user32/winpos.c | 406 ---------------------------------------- dlls/win32u/dc.c | 10 + dlls/win32u/defwnd.c | 437 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/win32u_private.h | 2 + dlls/win32u/window.c | 8 +- include/ntgdi.h | 2 + include/ntuser.h | 8 - 9 files changed, 453 insertions(+), 426 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=61ad0b844d07c7f9f398b...
participants (1)
-
Alexandre Julliard