X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshowdesktop.c;h=8781f95d42a79f776f95955f9400bad0feec8dfe;hb=d9699d14700da5f227f6e5ad708519b1efdd874d;hp=2699b1bca77675363a53653c5a6375689759550d;hpb=1b7e813c62a6e54690d15550d51ac4269e63f346;p=chaz%2Fopenbox diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 2699b1bc..8781f95d 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -6,8 +6,7 @@ static gboolean run_func(ObActionsData *data, gpointer options); void action_showdesktop_startup() { actions_register("ShowDesktop", - NULL, - NULL, + NULL, NULL, run_func, NULL, NULL); }