summaryrefslogtreecommitdiff
path: root/openbox/actions/shade.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/shade.c')
-rw-r--r--openbox/actions/shade.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/actions/shade.c b/openbox/actions/shade.c
index 2342067f..502781dd 100644
--- a/openbox/actions/shade.c
+++ b/openbox/actions/shade.c
@@ -7,9 +7,9 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options);
void action_shade_startup(void)
{
- actions_register("Shade", NULL, NULL, run_func_on, NULL, NULL);
- actions_register("Unshade", NULL, NULL, run_func_off, NULL, NULL);
- actions_register("ToggleShade", NULL, NULL, run_func_toggle, NULL, NULL);
+ actions_register("Shade", NULL, NULL, run_func_on);
+ actions_register("Unshade", NULL, NULL, run_func_off);
+ actions_register("ToggleShade", NULL, NULL, run_func_toggle);
}
/* Always return FALSE because its not interactive */