Commit ffe262b2 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

win32u: Make create_brush() hidden.

parent 035ac4df
......@@ -152,7 +152,7 @@ extern DWORD stretch_bits( const BITMAPINFO *src_info, struct bitblt_coords *src
extern void get_mono_dc_colors( DC *dc, int color_table_size, BITMAPINFO *info, int count ) DECLSPEC_HIDDEN;
/* brush.c */
extern HBRUSH create_brush( const LOGBRUSH *brush );
extern HBRUSH create_brush( const LOGBRUSH *brush ) DECLSPEC_HIDDEN;
extern BOOL store_brush_pattern( LOGBRUSH *brush, struct brush_pattern *pattern ) DECLSPEC_HIDDEN;
extern void free_brush_pattern( struct brush_pattern *pattern ) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment