[GDIPLUS]
[reactos.git] / reactos / dll / win32 / gdiplus / gdiplus_private.h
index 4934ec9..d15c0ae 100644 (file)
@@ -170,7 +170,7 @@ struct GpGraphics{
     REAL xres, yres;
     GpMatrix worldtrans; /* world transform */
     BOOL busy;      /* hdc handle obtained by GdipGetDC */
-    GpRegion *clip;
+    GpRegion *clip; /* in device coords */
     UINT textcontrast; /* not used yet. get/set only */
     struct list containers;
     GraphicsContainer contid; /* last-issued container ID */