X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Ffullscreen.c;h=e1fdf232ab5e80038ada460a7ec1adcedff57f11;hb=HEAD;hp=647a78bcf2a79936b8a8ad14ab5e541e7448807a;hpb=6c538915c86b0330bd78e8d8f3e77d78cf0c5680;p=chaz%2Fopenbox diff --git a/openbox/actions/fullscreen.c b/openbox/actions/fullscreen.c index 647a78bc..e1fdf232 100644 --- a/openbox/actions/fullscreen.c +++ b/openbox/actions/fullscreen.c @@ -3,10 +3,9 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options); -void action_fullscreen_startup() +void action_fullscreen_startup(void) { - actions_register("ToggleFullscreen", NULL, NULL, run_func_toggle, - NULL, NULL); + actions_register("ToggleFullscreen", NULL, NULL, run_func_toggle); } /* Always return FALSE because its not interactive */