diff options
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 83fdc9af..3f92a4e7 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -322,10 +322,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(); |
