]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/lower.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / lower.c
index d34e933bc738a9e86203fb45d9fb26223421aa1e..80ca6b8bcf9fc22c2d229e9f1b2cddb4c299769e 100644 (file)
@@ -8,8 +8,7 @@ void action_lower_startup(void)
 {
     actions_register("Lower",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.019881 seconds and 4 git commands to generate.