Jacek Caban : win32u: Move SC_SIZE and SC_MOVE handling from user32.

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


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

Author: Jacek Caban <jacek at 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 at 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=61ad0b844d07c7f9f398b96b0ff049a19560079e



More information about the wine-cvs mailing list