[client] Add borderless fullscreen usage

This commit is contained in:
Jack Karamanian 2017-12-14 20:46:19 -06:00 committed by Geoffrey McRae
parent b93aca796c
commit e03621a622

View File

@ -848,6 +848,7 @@ void doHelp(char * app)
" -n Don't allow the window to be manually resized\n" " -n Don't allow the window to be manually resized\n"
" -r Don't maintain the aspect ratio\n" " -r Don't maintain the aspect ratio\n"
" -d Borderless mode\n" " -d Borderless mode\n"
" -F Borderless fullscreen mode\n"
" -x XPOS Initial window X position [current: %s]\n" " -x XPOS Initial window X position [current: %s]\n"
" -y YPOS Initial window Y position [current: %s]\n" " -y YPOS Initial window Y position [current: %s]\n"
" -w WIDTH Initial window width [current: %u]\n" " -w WIDTH Initial window width [current: %u]\n"