]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/resizerelative.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / resizerelative.c
index 5742e1fcff0a963e589aa370de47e6d11377c135..b4db73b7001ce18b7b23d585873c9c88902c31c4 100644 (file)
@@ -16,8 +16,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_resizerelative_startup(void)
 {
-    actions_register("ResizeRelative", setup_func, g_free, run_func,
-                     NULL, NULL);
+    actions_register("ResizeRelative", setup_func, g_free, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.020874 seconds and 4 git commands to generate.