X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=780a9e8eb781893dd3fb69c8642783b98c73e676;hb=3f126c61c409550c9af080a9813de9480ae0eaf7;hp=cb687890008c868fa54d62d366f53a2f78deb922;hpb=45fa4b7d232ee23ad25802fe3f7c9c3a75fca77e;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index cb687890..780a9e8e 100644 --- a/include/commands.h +++ b/include/commands.h @@ -187,10 +187,10 @@ void cmd_focus_level(I3_CMD, char *level); void cmd_focus(I3_CMD); /** - * Implementation of 'fullscreen [global]'. + * Implementation of 'fullscreen [enable|disable|toggle] [global]'. * */ -void cmd_fullscreen(I3_CMD, char *fullscreen_mode); +void cmd_fullscreen(I3_CMD, char *action, char *fullscreen_mode); /** * Implementation of 'move [ [px]]'.