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