]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/resize.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / resize.c
index 47f45f5b2de4aadcfb3dbcc88870d67ae86bf701..3df44b6cfa035d81604dc8b790a402f46ea941a5 100644 (file)
@@ -17,7 +17,7 @@ static guint32 pick_corner(gint x, gint y, gint cx, gint cy, gint cw, gint ch,
 
 void action_resize_startup(void)
 {
-    actions_register("Resize", setup_func, g_free, run_func, NULL, NULL);
+    actions_register("Resize", setup_func, g_free, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.019974 seconds and 4 git commands to generate.