]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showdesktop.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / showdesktop.c
index 03528362962111c350a2e36523deee4f27becb94..6dc77d5e7e65aef08a6e6ff8401b29d7e4eeb8c4 100644 (file)
@@ -3,12 +3,9 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_showdesktop_startup()
+void action_showdesktop_startup(void)
 {
-    actions_register("ToggleShowDesktop",
-                     NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+    actions_register("ToggleShowDesktop", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.022829 seconds and 4 git commands to generate.