Fix missing pointer dereference and missing assignment.
[gwm.git] / decorate-core.h
blobcac4a37402b5e3605b24bc4f09b2bdc75ce9d16a
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,
6 int *height );
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 );
14 #endif