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