]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
check for no client
[chaz/openbox] / openbox / action.h
index c8e004873bf50d26f37c6d9c50373feb826efcc9..5208025140b8c314c0d16330752d0c99d1946a27 100644 (file)
@@ -104,6 +104,8 @@ 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);
@@ -159,5 +161,9 @@ void action_toggle_decorations(union ActionData *data);
 void action_move(union ActionData *data);
 /* Resize */
 void action_resize(union ActionData *data);
+/* Execute */
+void action_restart(union ActionData *data);
+/* Any */
+void action_exit(union ActionData *data);
 
 #endif
This page took 0.02216 seconds and 4 git commands to generate.