Jacek Caban : win32u: Use syscall interface for more user painting functions.

Alexandre Julliard julliard at winehq.org
Fri Jul 22 15:37:21 CDT 2022


Module: wine
Branch: master
Commit: 47dd8a6a9b1193ec1656cdf04117b94a3cf07025
URL:    https://gitlab.winehq.org/wine/wine/-/commit/47dd8a6a9b1193ec1656cdf04117b94a3cf07025

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Jul 10 16:15:10 2022 +0200

win32u: Use syscall interface for more user painting functions.

---

 dlls/win32u/gdiobj.c         |  8 ----
 dlls/win32u/syscall.c        |  8 ++++
 dlls/win32u/win32u.spec      | 16 ++++----
 dlls/win32u/win32u_private.h | 10 -----
 dlls/win32u/wrappers.c       | 51 -----------------------
 dlls/wow64win/syscall.h      |  8 ++++
 dlls/wow64win/user.c         | 97 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 121 insertions(+), 77 deletions(-)




More information about the wine-cvs mailing list