]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/exit.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / exit.c
index 3bfebbce3175e60cca7fceec9a0272a4f35caa90..55d89a0b62512538817ef47f823cc0cc86cc081c 100644 (file)
@@ -13,8 +13,8 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_exit_startup(void)
 {
-    actions_register("Exit", setup_func, NULL, run_func, NULL, NULL);
-    actions_register("SessionLogout", setup_func, NULL, run_func, NULL, NULL);
+    actions_register("Exit", setup_func, NULL, run_func);
+    actions_register("SessionLogout", setup_func, NULL, run_func);
 }
 
 static gpointer setup_func(xmlNodePtr node)
This page took 0.022626 seconds and 4 git commands to generate.