Moved win32k
[reactos.git] / reactos / subsys / win32k / include / paint.h
diff --git a/reactos/subsys/win32k/include/paint.h b/reactos/subsys/win32k/include/paint.h
deleted file mode 100644 (file)
index 80c5ea8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _WIN32K_PAINT_H
-#define _WIN32K_PAINT_H
-
-BOOL STDCALL FillSolid (SURFOBJ* Surface, RECTL* Dimensions, ULONG iColor);
-BOOL STDCALL FillPolygon ( DC* dc, BITMAPOBJ* SurfObj, BRUSHOBJ* BrushObj, MIX RopMode, CONST PPOINT Points, INT Count, RECTL BoundRect );
-
-#endif /* _WIN32K_PAINT_H */