X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fclose.c;h=d2bc96c2166e424eacbb9c550f50d3f5bda332ce;hb=HEAD;hp=37260e1315093d29073f979351c1f4e36554d0ad;hpb=f227bd994d21d901790d93a962915863914b6c09;p=chaz%2Fopenbox diff --git a/openbox/actions/close.c b/openbox/actions/close.c index 37260e13..d2bc96c2 100644 --- a/openbox/actions/close.c +++ b/openbox/actions/close.c @@ -3,12 +3,11 @@ static gboolean run_func(ObActionsData *data, gpointer options); -void action_close_startup() +void action_close_startup(void) { actions_register("Close", NULL, NULL, - run_func, - NULL, NULL); + run_func); } /* Always return FALSE because its not interactive */