aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-31 21:31:31 +0000
committerJohannes Schickel2006-01-31 21:31:31 +0000
commitda9b8d71ae5836263d9a4b84f72dbf7bc5afac7f (patch)
treee65d5c46ae109a8491096d8117b880e15b4d3b43 /gui/theme.h
parent669f86705d18d08ab69c602925995b602617027d (diff)
downloadscummvm-rg350-da9b8d71ae5836263d9a4b84f72dbf7bc5afac7f.tar.gz
scummvm-rg350-da9b8d71ae5836263d9a4b84f72dbf7bc5afac7f.tar.bz2
scummvm-rg350-da9b8d71ae5836263d9a4b84f72dbf7bc5afac7f.zip
Fixes color bugs with the new theme when switching to fullscreen on Mac OS X.
svn-id: r20338
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 3316c001eb..5b25978852 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -286,6 +286,10 @@ private:
bool _initOk;
bool _forceRedraw;
+
+ int _lastUsedBitMask;
+ void resetupGuiRenderer();
+ void setupColors();
void restoreBackground(Common::Rect r);
OverlayColor getColor(kState state);