aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-09-02 17:51:08 +0000
committerVicent Marti2008-09-02 17:51:08 +0000
commitdcc72fe29e9b77c1f6dfad4612d5b32b64b610dd (patch)
tree6097997b22904f76ab9edaf4ac181771e2b9b77d /gui/theme.h
parent83cc4e1c921eb7d17cfbf830b68c3564926bdf17 (diff)
downloadscummvm-rg350-dcc72fe29e9b77c1f6dfad4612d5b32b64b610dd.tar.gz
scummvm-rg350-dcc72fe29e9b77c1f6dfad4612d5b32b64b610dd.tar.bz2
scummvm-rg350-dcc72fe29e9b77c1f6dfad4612d5b32b64b610dd.zip
Massive refactoring/cleanup on the theme engine/parser.
svn-id: r34285
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 50b2951ae5..57744db584 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -310,7 +310,7 @@ public:
virtual const Common::String &getThemeFileName() const = 0;
virtual const Common::String &getThemeName() const = 0;
- virtual int getThemeRenderer() const = 0;
+ virtual int getGraphicsMode() const = 0;
/**
* Checks if the theme renderer supports drawing of images.