From e0c1978c516e3463ec3fdd66fba323fd514e2494 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 Jan 2008 14:39:50 -0500 Subject: generalize the window managing process into window_manage, which handles dock apps and the like --- openbox/window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/window.h') 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 -- cgit v1.2.3