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