gdiplus: Partial implementation of GdipCreateHatchBrush.
diff --git a/include/gdiplusgpstubs.h b/include/gdiplusgpstubs.h
index a768638..3edc1f4 100644
--- a/include/gdiplusgpstubs.h
+++ b/include/gdiplusgpstubs.h
@@ -23,6 +23,7 @@
class GpGraphics {};
class GpBrush {};
+class GpHatch : public GpBrush {};
class GpSolidFill : public GpBrush {};
class GpPath {};
class GpMatrix {};
@@ -49,6 +50,7 @@
typedef struct GpGraphics GpGraphics;
typedef struct GpPen GpPen;
typedef struct GpBrush GpBrush;
+typedef struct GpHatch GpHatch;
typedef struct GpSolidFill GpSolidFill;
typedef struct GpPath GpPath;
typedef struct GpMatrix GpMatrix;