]> Dogcows Code - chaz/openbox/blobdiff - openbox/hooks.h
Make clang happier
[chaz/openbox] / openbox / hooks.h
index 442eef01619029503ab70043206a9edd8dbf4f31..322f952d02a69e9b6dfc23f775342032360f8d2d 100644 (file)
@@ -32,12 +32,11 @@ void hooks_shutdown(gboolean reconfig);
 
 ObHook hooks_hook_from_name(const gchar *n);
 
-/*! Run a hook.
-  @param on TRUE if the hook is being run cuz a state was turned on, FALSE
-            if a state was turned off
-*/
+void hooks_queue(ObHook hook, struct _ObClient *c);
 void hooks_run(ObHook hook, struct _ObClient *c);
 
 void hooks_add(ObHook hook, struct _ObActionsAct *act);
 
+void hooks_run_queue(void);
+
 #endif
This page took 0.01973 seconds and 4 git commands to generate.