summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-17 19:50:46 +0100
committerBert <ber.t@gmx.com>2011-01-17 19:50:46 +0100
commit47d107edb5069176265852fac96ea0eedbec8d34 (patch)
tree9205acc82ea7462444d3a304f248957fca149468 /window.h
parent15603c25cf00a11dbdf238203858d9eab313120c (diff)
downloadnsxiv-47d107edb5069176265852fac96ea0eedbec8d34.tar.zst
React to ConfigureNotify
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 */