summaryrefslogtreecommitdiff
path: root/openbox/actions/showdesktop.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/showdesktop.c')
-rw-r--r--openbox/actions/showdesktop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c
index c9ba86c4..6dc77d5e 100644
--- a/openbox/actions/showdesktop.c
+++ b/openbox/actions/showdesktop.c
@@ -5,10 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
void action_showdesktop_startup(void)
{
- actions_register("ToggleShowDesktop",
- NULL, NULL,
- run_func,
- NULL, NULL);
+ actions_register("ToggleShowDesktop", NULL, NULL, run_func);
}
/* Always return FALSE because its not interactive */