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 7545454..e0c76c6 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTheme.hh,v 1.5 2003/08/19 21:26:45 fluxgen Exp $ | 23 | // $Id: IconbarTheme.hh,v 1.6 2004/01/13 14:41:32 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTHEME_HH | 25 | #ifndef ICONBARTHEME_HH |
26 | #define ICONBARTHEME_HH | 26 | #define ICONBARTHEME_HH |
@@ -51,12 +51,14 @@ public: | |||
51 | const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } | 51 | const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } |
52 | const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } | 52 | const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } |
53 | const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } | 53 | const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } |
54 | inline unsigned char alpha() const { return *m_alpha; } | ||
54 | 55 | ||
55 | private: | 56 | private: |
56 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; | 57 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; |
57 | BorderTheme m_focused_border, m_unfocused_border, m_border; | 58 | BorderTheme m_focused_border, m_unfocused_border, m_border; |
58 | TextTheme m_focused_text, m_unfocused_text; | 59 | TextTheme m_focused_text, m_unfocused_text; |
59 | std::string m_name; | 60 | std::string m_name; |
61 | FbTk::ThemeItem<int> m_alpha; | ||
60 | }; | 62 | }; |
61 | 63 | ||
62 | #endif // ICONBARTHEME_HH | 64 | #endif // ICONBARTHEME_HH |