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 INT32 BRUSH_GetObject32( BRUSHOBJ * brush, INT32 count, LPSTR buffer );
23 extern BOOL32 BRUSH_DeleteObject( HBRUSH16 hbrush, BRUSHOBJ * brush );
25 #endif /* __WINE_BRUSH_H */