summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-01 02:02:40 +0000
committerDana Jansens <danakj@orodu.net>2003-09-01 02:02:40 +0000
commit9d42df6ab4099c9365d3631ea86348a8f21752a0 (patch)
tree23137c07f0db03e7904475b6b1c2d26e3df1bb84 /openbox/action.h
parenta1fdeedbf20de74df8cf438f702a7a3e0de03064 (diff)
add urgent actions
add some macros for moving/resizing clients add 'vibrate' action
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 3f6d84eb..db618b36 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -244,5 +244,7 @@ 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);
#endif