2 * GDI brush definitions
4 * Copyright 1994 Alexandre Julliard
12 /* GDI logical brush object */
19 #define NB_HATCH_STYLES 6
21 extern INT16 BRUSH_GetObject16( BRUSHOBJ * brush, INT16 count, LPSTR buffer );
22 extern INT BRUSH_GetObject( BRUSHOBJ * brush, INT count, LPSTR buffer );
23 extern BOOL BRUSH_DeleteObject( HBRUSH16 hbrush, BRUSHOBJ * brush );
25 #endif /* __WINE_BRUSH_H */