[PATCH v2 6/9] gdi32: Introduce user_callbacks.

Jacek Caban jacek at codeweavers.com
Tue Sep 28 08:45:15 CDT 2021


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

This is one more hack to unblock the transition. Ultimately, both 
relevant parts of user32 and gdi32 will live in win32u, so those will be 
just internal calls. The plan is to move ntgdi to win32u first (we're 
fairly close to that with this series, but we still need to make it 
compatible with proper Unix lib) and then work at moving user32 bits 
(hopefully this can be done more incrementally).

  dlls/gdi32/Makefile.in      |   3 +-
  dlls/gdi32/driver.c         |  74 ++++++++-----------
  dlls/gdi32/freetype.c       |  18 +++++
  dlls/gdi32/gdiobj.c         |   9 +--
  dlls/gdi32/ntgdi_private.h  |   3 +-
  dlls/gdi32/palette.c        |  27 ++-----
  dlls/gdi32/region.c         |  11 +--
  dlls/gdi32/win32u_private.h |  41 +++++++++++
  dlls/gdi32/wrappers.c       | 141 ++++++++++++++++++++++++++++++++++++
  9 files changed, 246 insertions(+), 81 deletions(-)
  create mode 100644 dlls/gdi32/win32u_private.h
  create mode 100644 dlls/gdi32/wrappers.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0006-gdi32-Introduce-user_callbacks.txt
Type: text/x-patch
Size: 21371 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210928/c5b05b46/attachment.bin>


More information about the wine-devel mailing list