Jacek Caban : win32u: Move NtUserInvalidateRect and NtUserInvalidateRgn implementation from user32.

Alexandre Julliard julliard at winehq.org
Wed Jun 15 16:05:57 CDT 2022


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Jun 12 17:28:56 2022 +0200

win32u: Move NtUserInvalidateRect and NtUserInvalidateRgn implementation from user32.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>

---

 dlls/user32/button.c         | 12 ++++++------
 dlls/user32/combo.c          | 16 ++++++++--------
 dlls/user32/edit.c           |  6 +++---
 dlls/user32/listbox.c        | 28 ++++++++++++++--------------
 dlls/user32/menu.c           |  4 ++--
 dlls/user32/painting.c       | 35 -----------------------------------
 dlls/user32/scroll.c         |  2 +-
 dlls/user32/user32.spec      |  4 ++--
 dlls/win32u/dce.c            | 30 ++++++++++++++++++++++++++++++
 dlls/win32u/gdiobj.c         |  2 ++
 dlls/win32u/win32u.spec      |  4 ++--
 dlls/win32u/win32u_private.h |  2 ++
 dlls/win32u/wrappers.c       | 12 ++++++++++++
 include/ntuser.h             |  2 ++
 14 files changed, 86 insertions(+), 73 deletions(-)

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



More information about the wine-cvs mailing list