From 9d42df6ab4099c9365d3631ea86348a8f21752a0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Sep 2003 02:02:40 +0000 Subject: add urgent actions add some macros for moving/resizing clients add 'vibrate' action --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') 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 -- cgit v1.2.3