diff options
author | Max Horn | 2012-05-31 10:30:29 +0200 |
---|---|---|
committer | Max Horn | 2012-05-31 10:30:29 +0200 |
commit | 5de3f9c765ff50ffb386bf62213c882bd5c93cf1 (patch) | |
tree | d68a41d07318ba517e594475952f5e8811e810b7 /backends/graphics/surfacesdl | |
parent | 6691424397bd9db6e022e64ca0b5c91e24d8d35d (diff) | |
download | scummvm-rg350-5de3f9c765ff50ffb386bf62213c882bd5c93cf1.tar.gz scummvm-rg350-5de3f9c765ff50ffb386bf62213c882bd5c93cf1.tar.bz2 scummvm-rg350-5de3f9c765ff50ffb386bf62213c882bd5c93cf1.zip |
ALL: Correct spelling of "Mac OS X" in various places
Diffstat (limited to 'backends/graphics/surfacesdl')
-rw-r--r-- | backends/graphics/surfacesdl/surfacesdl-graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp index 9631c3c07e..e841ecb834 100644 --- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp +++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp @@ -458,7 +458,7 @@ void SurfaceSdlGraphicsManager::detectSupportedFormats() { _hwscreen->format->Rshift, _hwscreen->format->Gshift, _hwscreen->format->Bshift, _hwscreen->format->Ashift); - // Workaround to MacOSX SDL not providing an accurate Aloss value. + // Workaround to SDL not providing an accurate Aloss value on Mac OS X. if (_hwscreen->format->Amask == 0) format.aLoss = 8; |