Module: wine Branch: master Commit: 96b2b4c078c4b807e24a39526cdc97e8125c1364 URL: https://source.winehq.org/git/wine.git/?a=commit;h=96b2b4c078c4b807e24a39526...
Author: Jacek Caban jacek@codeweavers.com Date: Thu May 19 13:12:33 2022 +0200
win32u: Move NtUserSetWindowPlacement implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/user32.spec | 2 +- dlls/user32/winpos.c | 15 ------ dlls/win32u/gdiobj.c | 1 + dlls/win32u/sysparams.c | 20 ++++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 3 ++ dlls/win32u/window.c | 119 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/wrappers.c | 6 +++ include/ntuser.h | 1 + 9 files changed, 152 insertions(+), 17 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=96b2b4c078c4b807e24a3...