1 #ifndef DECORATE_CORE_H
2 #define DECORATE_CORE_H
4 extern void core_update_window( struct gwm_window
*window
);
5 extern void core_window_size( struct gwm_window
*window
, int *width
,
7 extern void core_replace_icons( struct gwm_window
*window
, int num_icons
,
8 int *widths
, int *heights
, uint32_t **icons
,
9 xcb_pixmap_t
*bitmaps
);
11 extern void decorate_core_init( void );
12 extern void decorate_core_done( void );