From da9b8d71ae5836263d9a4b84f72dbf7bc5afac7f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 31 Jan 2006 21:31:31 +0000 Subject: Fixes color bugs with the new theme when switching to fullscreen on Mac OS X. svn-id: r20338 --- gui/theme.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/theme.h') 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); -- cgit v1.2.3