[PATCH 5/8] gdi32: Reimplement SelectObject on top of ntgdi interface.

Jacek Caban jacek at codeweavers.com
Fri Jul 2 05:41:01 CDT 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
It adds a new file. The idea is that this file does not depend on 
internals that will be private to win32u/ntgdi, but uses the public 
interface instead. It will eventually be a collection of win32u wrappers.

  dlls/gdi32/Makefile.in   |   1 +
  dlls/gdi32/bitmap.c      |  10 ----
  dlls/gdi32/brush.c       |  13 -----
  dlls/gdi32/dc.c          |   1 -
  dlls/gdi32/dib.c         |  11 -----
  dlls/gdi32/font.c        |  11 -----
  dlls/gdi32/gdi_private.h |   1 -
  dlls/gdi32/gdiobj.c      |  36 --------------
  dlls/gdi32/objects.c     | 102 +++++++++++++++++++++++++++++++++++++++
  dlls/gdi32/palette.c     |   1 -
  dlls/gdi32/pen.c         |  12 -----
  dlls/gdi32/region.c      |  10 ----
  12 files changed, 103 insertions(+), 106 deletions(-)
  create mode 100644 dlls/gdi32/objects.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-gdi32-Reimplement-SelectObject-on-top-of-ntgdi-interfa.txt
Type: text/x-patch
Size: 12847 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210702/a917293a/attachment-0001.bin>


More information about the wine-devel mailing list