Jacek Caban : gdi32: Introduce DC_ATTR struct and use it to store current position.

Alexandre Julliard julliard at winehq.org
Mon Jul 19 15:59:15 CDT 2021


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sat Jul 17 17:01:49 2021 +0200

gdi32: Introduce DC_ATTR struct and use it to store current position.

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/gdi32/dc.c                | 24 +++++++++++++++++++-----
 dlls/gdi32/dibdrv/graphics.c   |  4 ++--
 dlls/gdi32/enhmfdrv/graphics.c |  8 ++++----
 dlls/gdi32/font.c              |  2 +-
 dlls/gdi32/ntgdi_private.h     |  2 +-
 dlls/gdi32/painting.c          | 30 +++++++++++++++---------------
 dlls/gdi32/path.c              |  2 +-
 include/ntgdi.h                | 10 ++++++++++
 8 files changed, 53 insertions(+), 29 deletions(-)

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



More information about the wine-cvs mailing list