summaryrefslogtreecommitdiff
path: root/decorate-core.h
blob: 6e39a3617c600293332505b67ec170c79a49736a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DECORATE_CORE_H
#define DECORATE_CORE_H

extern void core_update_window( struct gwm_window *window );
extern void core_window_size( struct gwm_window *window, int *width,
			      int *height );
extern void decorate_core_init( void );
extern void decorate_core_done( void );

#endif