diff options
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index d75b3cd..cd6f857 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -16,8 +16,10 @@ public: | |||
16 | 16 | ||
17 | const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } | 17 | const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } |
18 | const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } | 18 | const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } |
19 | const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } | ||
20 | |||
19 | private: | 21 | private: |
20 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture; | 22 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; |
21 | TextTheme m_focused_text, m_unfocused_text; | 23 | TextTheme m_focused_text, m_unfocused_text; |
22 | }; | 24 | }; |
23 | 25 | ||