aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorNarek Mailian2013-08-01 01:38:22 +0200
committerNarek Mailian2013-08-08 08:35:08 +0200
commitf545a2f08fc8989fa22726ce0b74e03ece099300 (patch)
treeb42da7cb307435c26c81866e92bf145ede5006b7 /gui/ThemeEngine.h
parent969a33a32dc331ec8d89da056e584a68974dfeec (diff)
downloadscummvm-rg350-f545a2f08fc8989fa22726ce0b74e03ece099300.tar.gz
scummvm-rg350-f545a2f08fc8989fa22726ce0b74e03ece099300.tar.bz2
scummvm-rg350-f545a2f08fc8989fa22726ce0b74e03ece099300.zip
GUI: Change name of GUI-renderers to remove "16-bit"
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 160ceb3259..c0e47a19e6 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -250,8 +250,8 @@ public:
*/
enum GraphicsMode {
kGfxDisabled = 0, ///< No GFX
- kGfxStandard16bit, ///< 2BPP with the standard (aliased) renderer.
- kGfxAntialias16bit ///< 2BPP with the optimized AA renderer.
+ kGfxStandard, ///< Standard (aliased) renderer.
+ kGfxAntialias ///< Optimized AA renderer.
};
/** Constant value to expand dirty rectangles, to make sure they are fully copied */