]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/unfocus.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / unfocus.c
index 22a9378cffaa593d7890a6a7f593b2bb986d08af..3db00ca361400ca780b2678f878632b1e0c8e19b 100644 (file)
@@ -5,7 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_unfocus_startup(void)
 {
-    actions_register("Unfocus", NULL, NULL, run_func, NULL, NULL);
+    actions_register("Unfocus", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.019952 seconds and 4 git commands to generate.