aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/window.h b/window.h
index 31cd3da..5e00256 100644
--- a/window.h
+++ b/window.h
@@ -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 */