]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moverelative.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / moverelative.c
index 4e6e5998a62a988bc3d1cd463e143328cc4d3335..5bcdda446b80c19d901dea48635b37a81ab9244a 100644 (file)
@@ -14,7 +14,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_moverelative_startup(void)
 {
-    actions_register("MoveRelative", setup_func, g_free, run_func, NULL, NULL);
+    actions_register("MoveRelative", setup_func, g_free, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.020193 seconds and 4 git commands to generate.