]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/omnipresent.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / omnipresent.c
index 030a01592b9857df888dd768440cc964024de8eb..4309acc642231a0ee35f555af2108d060a2a9720 100644 (file)
@@ -6,8 +6,7 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options);
 
 void action_omnipresent_startup(void)
 {
-    actions_register("ToggleOmnipresent", NULL, NULL, run_func_toggle,
-                     NULL, NULL);
+    actions_register("ToggleOmnipresent", NULL, NULL, run_func_toggle);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.019619 seconds and 4 git commands to generate.