Release 950319
[wine] / include / dc.h
1 /*
2  * GDI Device Context function prototypes
3  *
4  * Copyright 1994 Alexandre Julliard
5  *
6  */
7
8 #ifndef __WINE_DC_H
9 #define __WINE_DC_H
10
11 #include "gdi.h"
12
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 );
18
19 extern const int DC_XROPfunction[];
20
21 #endif /* __WINE_DC_H */