From 75e691a2a563b488bef8010315fcfb4296b5cccf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 24 May 2003 09:22:19 +0000 Subject: add actions for showing the desktop --- openbox/action.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openbox/action.h') 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 -- cgit v1.2.3