diff options
Diffstat (limited to 'openbox/actions/fullscreen.c')
| -rw-r--r-- | openbox/actions/fullscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
