:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / subsys / win32k / include / paint.h
1 #ifndef __WIN32K_PAINT_H
2 #define __WIN32K_PAINT_H
3
4 BOOL FillSolid(SURFOBJ *Surface, PRECTL Dimensions, ULONG iColor);
5
6 #endif /* __WIN32K_DIB_H */