diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -33,7 +33,9 @@ typedef struct win_s { int fullscreen; } win_t; -void win_open(win_t *win); -void win_close(win_t *win); +void win_open(win_t*); +void win_close(win_t*); + +int win_configure(win_t*, XConfigureEvent*); #endif /* WINDOW_H */ |