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/client.h | |
| parent | 45e2039a58d41a9e104a61232b30cea5d3d2fce6 (diff) | |
generalize the window managing process into window_manage, which handles dock apps and the like
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h index 0efeb197..c66aaf0a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -319,10 +319,7 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data); void client_add_destroy_notify(ObClientCallback func, gpointer data); void client_remove_destroy_notify(ObClientCallback func); -/*! Manages all existing windows */ -void client_manage_all(); -/*! Manages a given window -*/ +/*! Manages a given window */ void client_manage(Window win); /*! Unmanages all managed windows */ void client_unmanage_all(); |
