aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-13 21:51:37 (GMT)
committermarkt <markt>2007-10-13 21:51:37 (GMT)
commita59428d67a95a9df16554962f0a6257d6378328a (patch)
treef856ed9300c34f7a17d499f22d895610cfbc08e5 /src/IconbarTheme.hh
parent41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff)
downloadfluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip
fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2
merged changes from pre-devel
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r--src/IconbarTheme.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh
index 62fa2ef..419ab1a 100644
--- a/src/IconbarTheme.hh
+++ b/src/IconbarTheme.hh
@@ -49,14 +49,12 @@ public:
49 const FbTk::Texture &focusedTexture() const { return *m_focused_texture; } 49 const FbTk::Texture &focusedTexture() const { return *m_focused_texture; }
50 const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; } 50 const FbTk::Texture &unfocusedTexture() const { return *m_unfocused_texture; }
51 const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } 51 const FbTk::Texture &emptyTexture() const { return *m_empty_texture; }
52 inline unsigned char alpha() const { return *m_alpha; }
53 52
54private: 53private:
55 FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; 54 FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture;
56 BorderTheme m_focused_border, m_unfocused_border, m_border; 55 BorderTheme m_focused_border, m_unfocused_border, m_border;
57 TextTheme m_focused_text, m_unfocused_text; 56 TextTheme m_focused_text, m_unfocused_text;
58 std::string m_name; 57 std::string m_name, m_altname;
59 FbTk::ThemeItem<int> m_alpha;
60}; 58};
61 59
62#endif // ICONBARTHEME_HH 60#endif // ICONBARTHEME_HH