summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-24 09:22:19 +0000
committerDana Jansens <danakj@orodu.net>2003-05-24 09:22:19 +0000
commit75e691a2a563b488bef8010315fcfb4296b5cccf (patch)
treebf095b0a6352c6bb27d6a70d481dda65f4324a22 /openbox/action.h
parente48325700788622cc82b34f1ede5f02f74911d41 (diff)
add actions for showing the desktop
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index f7c372a4..5630f8f4 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -218,4 +218,11 @@ void action_movetoedge(union ActionData *data);
void action_send_to_layer(union ActionData *data);
/* Layer */
void action_toggle_layer(union ActionData *data);
+/* Any */
+void action_toggle_show_desktop(union ActionData *data);
+/* Any */
+void action_show_desktop(union ActionData *data);
+/* Any */
+void action_unshow_desktop(union ActionData *data);
+
#endif