reactos/rostests/apitests/gdi32/init.h
Timo Kreuzer 92d1183079 [GDI32_APITEST]
- Add tests for CreateDIBPatternBrush(Pt)
- Add some helper code to initialize a dibsection and a palette, which can be reused by other tests
- Add tests for DIB brush in GetObject

svn path=/trunk/; revision=56498
2012-05-04 18:56:43 +00:00

14 lines
208 B
C

extern HBITMAP ghbmpDIB32;
extern HDC ghdcDIB32;
extern PULONG pulDIB32Bits;
extern HPALETTE ghpal;
extern struct
{
LOGPALETTE logpal;
PALETTEENTRY logpalettedata[8];
} gpal;
BOOL InitStuff(void);