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