diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-31 14:39:50 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-31 16:50:54 -0500 |
| commit | e0c1978c516e3463ec3fdd66fba323fd514e2494 (patch) | |
| tree | 6ccbb16ae5ace203aaa9accf00e831f656980184 /openbox/window.h | |
| parent | 45e2039a58d41a9e104a61232b30cea5d3d2fce6 (diff) | |
generalize the window managing process into window_manage, which handles dock apps and the like
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 4 |
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 |
