summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-01 02:57:53 +0000
committerDana Jansens <danakj@orodu.net>2003-09-01 02:57:53 +0000
commit1b0a66dcfff539fe973280f94d4e97f4591c64f8 (patch)
tree92366a8dbd7467118dabbb85a45b6950d2f57423 /openbox/action.h
parent0621e22932b40ada705abbeb67b67c0e37ef7654 (diff)
add flash 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 db618b36..116bddc0 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -246,5 +246,7 @@ void action_show_desktop(union ActionData *data);
void action_unshow_desktop(union ActionData *data);
/* Client */
void action_vibrate(union ActionData *data);
+/* Client */
+void action_flash(union ActionData *data);
#endif