Release 960521
[wine/multimedia.git] / include / dc.h
blob7e3874a5dc998ccf14ab85bd218952aa32c78b38
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( HDC hdc );
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 );
19 extern const int DC_XROPfunction[];
21 #endif /* __WINE_DC_H */