aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 8761120..31bd898 100644
--- a/window.h
+++ b/window.h
@@ -90,7 +90,7 @@ extern Atom atoms[ATOM_COUNT];
void win_init(win_t*);
void win_open(win_t*);
-void win_close(win_t*);
+CLEANUP void win_close(win_t*);
bool win_configure(win_t*, XConfigureEvent*);