2 * GDI Device Context function prototypes
4 * Copyright 1994 Alexandre Julliard
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 */