aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-07-02 18:11:41 +0000
committerVicent Marti2008-07-02 18:11:41 +0000
commitd385c34dd0c52ccc4c7fff50e88361dbb2cd588d (patch)
treece1a73453fb8d76a84bfa9f068c05555c6a47d3e /gui/theme.h
parent6c85e960b202ea8cb3af87c7d3c644690f51e511 (diff)
downloadscummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.tar.gz
scummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.tar.bz2
scummvm-rg350-d385c34dd0c52ccc4c7fff50e88361dbb2cd588d.zip
InterfaceManager functionality translated into a Theme subclass "ThemeRenderer" to easen integration with the current GUI.
svn-id: r32876
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 4f61609fbd..320d2544e0 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -348,6 +348,10 @@ public:
const Common::String &getStylefileName() const { return _stylefile; }
const Common::String &getThemeName() const { return _stylename; }
+ virtual bool isDynamic() {
+ return false;
+ }
+
/**
* Checks if the theme renderer supports drawing of images.
*