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