]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/showdesktop.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / showdesktop.c
index 2699b1bca77675363a53653c5a6375689759550d..c9ba86c4da22125343a01eeb8a37f2ceef13e4dc 100644 (file)
@@ -3,11 +3,10 @@
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_showdesktop_startup()
+void action_showdesktop_startup(void)
 {
-    actions_register("ShowDesktop",
-                     NULL,
-                     NULL,
+    actions_register("ToggleShowDesktop",
+                     NULL, NULL,
                      run_func,
                      NULL, NULL);
 }
This page took 0.020808 seconds and 4 git commands to generate.