]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/omnipresent.c
Updated Spanish translation
[chaz/openbox] / openbox / actions / omnipresent.c
index b6ba16223ffd69fbaf95ed1737501541580c881d..4309acc642231a0ee35f555af2108d060a2a9720 100644 (file)
@@ -4,10 +4,9 @@
 
 static gboolean run_func_toggle(ObActionsData *data, gpointer options);
 
-void action_omnipresent_startup()
+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.021593 seconds and 4 git commands to generate.