summaryrefslogtreecommitdiff
path: root/openbox/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/window.h')
-rw-r--r--openbox/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/window.h b/openbox/window.h
index 252145b9..c7bfc895 100644
--- a/openbox/window.h
+++ b/openbox/window.h
@@ -80,4 +80,8 @@ struct _ObInternalWindow {
Window window;
};
+void window_manage_all(void);
+void window_manage(Window win);
+void window_unmanage_all(void);
+
#endif