]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
only hide menus if theyre supposed to when executing
[chaz/openbox] / openbox / client.h
index eec1b7546a8db7b76dadaa44a2330d6959a06035..758851e1432dc143073b8f76454f6319151c9047 100644 (file)
@@ -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 */
This page took 0.02037 seconds and 4 git commands to generate.