]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showmenu.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / showmenu.c
index 9590bd1589561eaedd7616606f3d1f5c38c7e4ed..546be5a8c31848eca86bf31db23f195dfd1e3c82 100644 (file)
@@ -12,8 +12,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_showmenu_startup(void)
 {
-    actions_register("ShowMenu", setup_func, free_func, run_func,
-                     NULL, NULL);
+    actions_register("ShowMenu", setup_func, free_func, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.020187 seconds and 4 git commands to generate.