aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-05 09:54:36 +0000
committerVicent Marti2008-08-05 09:54:36 +0000
commit70ef50343499ee6736389a0cad006ea6eeeca5bd (patch)
treee0028232162506214317b6cdce0be43fc0ff531e /gui/theme.h
parentdd46f8305e5c430b3af5511e81f621262149380d (diff)
downloadscummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.tar.gz
scummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.tar.bz2
scummvm-rg350-70ef50343499ee6736389a0cad006ea6eeeca5bd.zip
Massive refactoring on the layout parsing API.
Added support for layout spacings. Fixed bug in theme conversion python script. svn-id: r33630
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index f8a4946a6b..0d0fadb8ad 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -365,6 +365,8 @@ public:
void loadTheme(Common::ConfigFile &config, bool reset = true);
void loadTheme(Common::ConfigFile &config, bool reset, bool doBackendSpecificPostProcessing);
Eval *_evaluator;
+
+ virtual void *evaluator() { return (void*)_evaluator; }
static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0);