X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshowdesktop.c;h=c9ba86c4da22125343a01eeb8a37f2ceef13e4dc;hb=6a35e7c594959ee17392aec76ba074565a63ea57;hp=8781f95d42a79f776f95955f9400bad0feec8dfe;hpb=5d57a39b702a0f198c8a180a20058e3c82615523;p=chaz%2Fopenbox diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 8781f95d..c9ba86c4 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -3,9 +3,9 @@ static gboolean run_func(ObActionsData *data, gpointer options); -void action_showdesktop_startup() +void action_showdesktop_startup(void) { - actions_register("ShowDesktop", + actions_register("ToggleShowDesktop", NULL, NULL, run_func, NULL, NULL);