X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=758851e1432dc143073b8f76454f6319151c9047;hb=d298cfb786d84ad686a51ad72133a232af39bf85;hp=eec1b7546a8db7b76dadaa44a2330d6959a06035;hpb=0964b804a135243968de22695b953f19f9e8b9d1;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index eec1b754..758851e1 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -243,6 +243,11 @@ extern GList *client_list; void client_startup(); void client_shutdown(); +typedef void (*ObClientDestructorFunc)(ObClient *c); + +void client_add_destructor(ObClientDestructorFunc func); +void client_remove_destructor(ObClientDestructorFunc func); + /*! Manages all existing windows */ void client_manage_all(); /*! Manages a given window */