]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moveresizeto.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / moveresizeto.c
index fc171fcc741430dbfa4abc2c552228f5ee7ea384..3c135c8995e5bc60c9bf5be2d4c23dc2b7757748 100644 (file)
@@ -30,10 +30,9 @@ static gpointer setup_center_func(xmlNodePtr node);
 
 void action_moveresizeto_startup(void)
 {
-    actions_register("MoveResizeTo", setup_func, g_free, run_func, NULL, NULL);
-/* 3.4-compatibility */
-    actions_register("MoveToCenter", setup_center_func, g_free, run_func,
-                     NULL, NULL);
+    actions_register("MoveResizeTo", setup_func, g_free, run_func);
+    /* 3.4-compatibility */
+    actions_register("MoveToCenter", setup_center_func, g_free, run_func);
 }
 
 static void parse_coord(xmlNodePtr n, gint *pos,
This page took 0.020061 seconds and 4 git commands to generate.