]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
make the openbox engine use the new config shit instead of the themerc shit.
[chaz/openbox] / openbox / action.h
index 0f277fa84e5eae9881df81e1276393ad637eb4dc..cf6f633e18fa6cce1b83df9caf430c30410a75ef 100644 (file)
@@ -100,8 +100,12 @@ void action_raise(union ActionData *data);
 /* ClientAction */
 void action_lower(union ActionData *data);
 /* ClientAction */
+void action_focusraise(union ActionData *data);
+/* ClientAction */
 void action_close(union ActionData *data);
 /* ClientAction */
+void action_kill(union ActionData *data);
+/* ClientAction */
 void action_shade(union ActionData *data);
 /* ClientAction */
 void action_unshade(union ActionData *data);
This page took 0.019978 seconds and 4 git commands to generate.