update for HEAD-2003091401
[reactos.git] / subsys / win32k / include / paint.h
index 379fc36..ca0fcab 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __WIN32K_PAINT_H
 #define __WIN32K_PAINT_H
 
-BOOL FillSolid(SURFOBJ *Surface, PRECTL Dimensions, ULONG iColor);
+BOOL STDCALL FillSolid (PSURFOBJ Surface, PRECTL Dimensions, ULONG iColor);
+BOOL STDCALL FillPolygon ( PDC dc, PSURFOBJ SurfObj, PBRUSHOBJ BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
 
-#endif /* __WIN32K_DIB_H */
+#endif /* __WIN32K_PAINT_H */