X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Ffullscreen.c;h=7579b95d17005c8b354c7ba7d1b6b067ffecee8d;hb=3167fc223ea82851ae954b348a5ff1c0ce6b6d79;hp=647a78bcf2a79936b8a8ad14ab5e541e7448807a;hpb=6c538915c86b0330bd78e8d8f3e77d78cf0c5680;p=chaz%2Fopenbox diff --git a/openbox/actions/fullscreen.c b/openbox/actions/fullscreen.c index 647a78bc..7579b95d 100644 --- a/openbox/actions/fullscreen.c +++ b/openbox/actions/fullscreen.c @@ -3,7 +3,7 @@ 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);