X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions%2Fshowdesktop.c;h=c9ba86c4da22125343a01eeb8a37f2ceef13e4dc;hb=90cecafa3de2f118e550622932d1d30266c71226;hp=2699b1bca77675363a53653c5a6375689759550d;hpb=1b7e813c62a6e54690d15550d51ac4269e63f346;p=chaz%2Fopenbox diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 2699b1bc..c9ba86c4 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -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); }