]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/debug.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / debug.c
index 99e838a64c7dbee4a88d365cef6b6384dfcee480..3ae0901607fc698f3587d18438b43b6166858ac4 100644 (file)
@@ -11,7 +11,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_debug_startup(void)
 {
-    actions_register("Debug", setup_func, free_func, run_func, NULL, NULL);
+    actions_register("Debug", setup_func, free_func, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.022304 seconds and 4 git commands to generate.