Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / win32ss / gdi / ntgdi / paint.h
diff --git a/reactos/win32ss/gdi/ntgdi/paint.h b/reactos/win32ss/gdi/ntgdi/paint.h
deleted file mode 100644 (file)
index caea80a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-BOOL APIENTRY FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
-BOOL APIENTRY FillPolygon ( DC* dc, SURFACE* pSurface, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
-BOOL FASTCALL IntFillPolygon(PDC dc, SURFACE *psurf, BRUSHOBJ *BrushObj,
-    CONST PPOINT Points, int Count, RECTL DestRect, POINTL *BrushOrigin);
-BOOL FASTCALL IntPolygon(HDC,POINT *,int);