]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
handle the case where a transient is a child of a dockapp
[chaz/openbox] / openbox / action.h
index 116bddc0f6a5e793704a4ac444ae34844a86b803..99ba93158618f233d40239f76d97b1ba706d9571 100644 (file)
@@ -220,6 +220,8 @@ void action_desktop_last(union ActionData *data);
 void action_toggle_decorations(union ActionData *data);
 /* MoveResize */
 void action_moveresize(union ActionData *data);
+/* Any */
+void action_reconfigure(union ActionData *data);
 /* Execute */
 void action_restart(union ActionData *data);
 /* Any */
@@ -244,9 +246,5 @@ void action_toggle_show_desktop(union ActionData *data);
 void action_show_desktop(union ActionData *data);
 /* Any */
 void action_unshow_desktop(union ActionData *data);
-/* Client */
-void action_vibrate(union ActionData *data);
-/* Client */
-void action_flash(union ActionData *data);
 
 #endif
This page took 0.024814 seconds and 4 git commands to generate.