aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/theme.h b/gui/theme.h
index a88229f1ca..06826d9860 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -206,7 +206,8 @@ private:
int _loadedThemeX, _loadedThemeY;
};
-#define OLDGUI_TRANSPARENCY
+// enable this to disable transparency support for the classic theme
+//#define CT_NO_TRANSPARENCY
class ThemeClassic : public Theme {
public:
@@ -263,7 +264,7 @@ private:
OSystem *_system;
Graphics::Surface _screen;
-#ifdef OLDGUI_TRANSPARENCY
+#ifndef CT_NO_TRANSPARENCY
struct DialogState {
Graphics::Surface screen;
} *_dialog;