Jacek Caban : win32u: Move NtUserSetWindowPos implementation from user32.

Alexandre Julliard julliard at winehq.org
Tue Mar 15 17:57:49 CDT 2022


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Mar 15 14:27:14 2022 +0100

win32u: Move NtUserSetWindowPos implementation from user32.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/combo.c          |  36 +--
 dlls/user32/defwnd.c         |   4 +-
 dlls/user32/dialog.c         |   4 +-
 dlls/user32/focus.c          |   4 +-
 dlls/user32/icontitle.c      |   2 +-
 dlls/user32/listbox.c        |   6 +-
 dlls/user32/mdi.c            |  24 +-
 dlls/user32/menu.c           |  12 +-
 dlls/user32/message.c        |   3 -
 dlls/user32/msgbox.c         |  18 +-
 dlls/user32/painting.c       |   6 +-
 dlls/user32/scroll.c         |   4 +-
 dlls/user32/static.c         |   9 +-
 dlls/user32/user32.spec      |   2 +-
 dlls/user32/user_main.c      |   1 -
 dlls/user32/user_private.h   |   6 -
 dlls/user32/win.c            |  10 +-
 dlls/user32/winpos.c         | 123 ++-------
 dlls/win32u/message.c        |   3 +
 dlls/win32u/ntuser_private.h |   7 +-
 dlls/win32u/win32u_private.h |   5 +
 dlls/win32u/window.c         | 606 ++++++++++++++++++++++++++++++++++++++++++-
 22 files changed, 707 insertions(+), 188 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=08b2fbcbd6e5ff59c856e13dee3aed44138cdfed



More information about the wine-cvs mailing list