diff options
author | Alejandro Marzini | 2010-07-26 06:58:33 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-07-26 06:58:33 +0000 |
commit | 141e10184181abcf169f59318179d92ec2e65597 (patch) | |
tree | 3a218b2cfa799d6b7d9003b275f295c98dbf4dbf /backends/graphics/openglsdl | |
parent | 738a9e78d8e0c2fc096006fd38d66ac743cb7a3d (diff) | |
download | scummvm-rg350-141e10184181abcf169f59318179d92ec2e65597.tar.gz scummvm-rg350-141e10184181abcf169f59318179d92ec2e65597.tar.bz2 scummvm-rg350-141e10184181abcf169f59318179d92ec2e65597.zip |
Formatted spaces.
svn-id: r51300
Diffstat (limited to 'backends/graphics/openglsdl')
-rw-r--r-- | backends/graphics/openglsdl/openglsdl-graphics.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp index 238a8f5c21..880a38dbc2 100644 --- a/backends/graphics/openglsdl/openglsdl-graphics.cpp +++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp @@ -70,12 +70,12 @@ void OpenGLSdlGraphicsManager::setFeatureState(OSystem::Feature f, bool enable) const Graphics::PixelFormat RGBList[] = { #if defined(ENABLE_32BIT) - Graphics::PixelFormat(4, 8, 8, 8, 8, 24, 16, 8, 0), // RGBA8888 - Graphics::PixelFormat(3, 8, 8, 8, 0, 16, 8, 0, 0), // RGB888 + Graphics::PixelFormat(4, 8, 8, 8, 8, 24, 16, 8, 0), // RGBA8888 + Graphics::PixelFormat(3, 8, 8, 8, 0, 16, 8, 0, 0), // RGB888 #endif - Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0), // RGB565 - Graphics::PixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0), // RGB555 - Graphics::PixelFormat(2, 4, 4, 4, 4, 12, 8, 4, 0), // RGBA4444 + Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0), // RGB565 + Graphics::PixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0), // RGB555 + Graphics::PixelFormat(2, 4, 4, 4, 4, 12, 8, 4, 0), // RGBA4444 }; Common::List<Graphics::PixelFormat> OpenGLSdlGraphicsManager::getSupportedFormats() const { |