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/client.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'openbox/client.h') 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(); -- cgit v1.2.3