X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshade.c;h=2342067fc429405b5939333e7d9cb34ca252877e;hb=9e05faf3d6ac1c527032efb7210de8bbfeb2212c;hp=a8db09899cc9cf5736a578032ff814f7a324b199;hpb=1af52f6b8d3132b75eefbbf2a80f4cb3d33490ca;p=chaz%2Fopenbox diff --git a/openbox/actions/shade.c b/openbox/actions/shade.c index a8db0989..2342067f 100644 --- a/openbox/actions/shade.c +++ b/openbox/actions/shade.c @@ -5,7 +5,7 @@ static gboolean run_func_on(ObActionsData *data, gpointer options); static gboolean run_func_off(ObActionsData *data, gpointer options); static gboolean run_func_toggle(ObActionsData *data, gpointer options); -void action_shade_startup() +void action_shade_startup(void) { actions_register("Shade", NULL, NULL, run_func_on, NULL, NULL); actions_register("Unshade", NULL, NULL, run_func_off, NULL, NULL);