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