diff options
Diffstat (limited to 'src/FbTk/Theme.hh')
-rw-r--r-- | src/FbTk/Theme.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh index 18348c2..c5d8e36 100644 --- a/src/FbTk/Theme.hh +++ b/src/FbTk/Theme.hh | |||
@@ -127,7 +127,7 @@ class ThemeManager { | |||
127 | public: | 127 | public: |
128 | static ThemeManager &instance(); | 128 | static ThemeManager &instance(); |
129 | /// load style file "filename" to screen | 129 | /// load style file "filename" to screen |
130 | bool load(const std::string &filename, int screen_num = -1); | 130 | bool load(const std::string &filename, const std::string &overlay_filename, int screen_num = -1); |
131 | std::string resourceValue(const std::string &name, const std::string &altname); | 131 | std::string resourceValue(const std::string &name, const std::string &altname); |
132 | void loadTheme(Theme &tm); | 132 | void loadTheme(Theme &tm); |
133 | bool loadItem(ThemeItem_base &resource); | 133 | bool loadItem(ThemeItem_base &resource); |