]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/shadelowerraise.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / shadelowerraise.c
index 1070a965bcfb179c6055f8340820d10227f208f9..414e2817239888b32a15bec7d2a3943d2a2f632a 100644 (file)
@@ -7,8 +7,8 @@ static gboolean run_func_ur(ObActionsData *data, gpointer options);
 void action_shadelowerraise_startup()
 {
     /* 3.4-compatibility */
-    actions_register("ShadeLower", NULL, NULL, run_func_sl, NULL, NULL);
-    actions_register("UnshadeRaise", NULL, NULL, run_func_ur, NULL, NULL);
+    actions_register("ShadeLower", NULL, NULL, run_func_sl);
+    actions_register("UnshadeRaise", NULL, NULL, run_func_ur);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.020226 seconds and 4 git commands to generate.