X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Fbuildfiles%2Fosx%2FXonotic.app%2FContents%2FMacOS%2Fxonotic-osx-sdl;fp=misc%2Fbuildfiles%2Fosx%2FXonotic.app%2FContents%2FMacOS%2Fxonotic-osx-sdl;h=2155d9a9f6f8f39b531c17e29c86f2775199e789;hp=f5789e8e8d3e29caf094775df25773696aa2b47d;hb=9aaa97f85208aaf0537fca330e06987a08c8c8c7;hpb=7ab5592d64bed42cb147f788ec4f7e89cc3ab241 diff --git a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-sdl b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-sdl index f5789e8e..2155d9a9 100755 --- a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-sdl +++ b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-sdl @@ -7,8 +7,8 @@ export DYLD_LIBRARY_PATH="${0%/*}" set -- "$0"-bin "$@" -notexturenonpoweroftwo case "`sw_vers -productVersion`" in - # OSX Lion has problems with SDL and running fullscreen, hence we force windowed mode - 10.7.[0-9]*) + # OSX Lion up to 10.7.2 has problems with SDL and running fullscreen, hence we force windowed mode + 10.7.[0-2]) exec "$@" +vid_fullscreen 0 ;; # shell pattern for "10.6 and higher"