Release 960712
[wine/multimedia.git] / include / dc.h
blob6356a6b3775eedc4412ea709b0afc35005a5740b
1 /*
2 * GDI Device Context function prototypes
4 * Copyright 1994 Alexandre Julliard
6 */
8 #ifndef __WINE_DC_H
9 #define __WINE_DC_H
11 #include "gdi.h"
13 extern void DC_InitDC( DC* dc );
14 extern BOOL DC_SetupGCForPatBlt( DC * dc, GC gc, BOOL fMapColors );
15 extern BOOL DC_SetupGCForBrush( DC * dc );
16 extern BOOL DC_SetupGCForPen( DC * dc );
17 extern BOOL DC_SetupGCForText( DC * dc );
18 extern BOOL DC_CallHookProc( DC * dc, WORD code, LPARAM lParam );
20 extern const int DC_XROPfunction[];
22 #endif /* __WINE_DC_H */