Module: wine Branch: master Commit: 55162681caa880b7a29ee1ab684e8cec296392f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=55162681caa880b7a29ee1ab68...
Author: Vincent Povirk vincent@codeweavers.com Date: Thu Oct 8 12:54:01 2009 -0500
include: Add gdiplus hatch brush functions to headers.
---
include/gdiplusflat.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index 11756c8..bce1e21 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -337,6 +337,11 @@ GpStatus WINGDIPAPI GdipSetPathMarker(GpPath*); GpStatus WINGDIPAPI GdipStartPathFigure(GpPath*); GpStatus WINGDIPAPI GdipTransformPath(GpPath*,GpMatrix*);
+/* HatchBrush */ +GpStatus WINGDIPAPI GdipCreateHatchBrush(HatchStyle,ARGB,ARGB,GpHatch**); +GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(GpHatch*,ARGB*); +GpStatus WINGDIPAPI GdipGetHatchForegroundColor(GpHatch*,ARGB*); + /* Image */ GpStatus WINGDIPAPI GdipCloneImage(GpImage*, GpImage**); GpStatus WINGDIPAPI GdipCloneImageAttributes(GDIPCONST GpImageAttributes*,GpImageAttributes**);