]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/decorations.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / decorations.c
index e85fb8ef1c9dbb3b22ebb4a74fedebc77ad5c6ff..f6fd2cbeb7762df6a5567a9459d959beefdc14fc 100644 (file)
@@ -7,10 +7,9 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options);
 
 void action_decorations_startup(void)
 {
-    actions_register("Decorate", NULL, NULL, run_func_on, NULL, NULL);
-    actions_register("Undecorate", NULL, NULL, run_func_off, NULL, NULL);
-    actions_register("ToggleDecorations", NULL, NULL, run_func_toggle,
-                     NULL, NULL);
+    actions_register("Decorate", NULL, NULL, run_func_on);
+    actions_register("Undecorate", NULL, NULL, run_func_off);
+    actions_register("ToggleDecorations", NULL, NULL, run_func_toggle);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.020049 seconds and 4 git commands to generate.