Jacek Caban : gdi32: Reimplement CreateBrushIndirect on top of other brush constructors.

Alexandre Julliard julliard at winehq.org
Wed Aug 25 15:21:44 CDT 2021


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Aug 25 13:39:48 2021 +0100

gdi32: Reimplement CreateBrushIndirect on top of other brush constructors.

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/brush.c         | 96 +++-------------------------------------------
 dlls/gdi32/gdiobj.c        | 14 +++----
 dlls/gdi32/ntgdi_private.h |  1 +
 dlls/gdi32/objects.c       | 26 +++++++++++++
 dlls/gdi32/tests/brush.c   | 11 ++++++
 5 files changed, 51 insertions(+), 97 deletions(-)

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



More information about the wine-cvs mailing list