diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
commit | ac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch) | |
tree | c8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/IconbarTool.hh | |
parent | 60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff) | |
download | fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2 |
update code to use ThemeProxy
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 4ff962d..36609cc 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -43,7 +43,8 @@ class IconbarTool: public ToolbarItem, public FbTk::Observer { | |||
43 | public: | 43 | public: |
44 | typedef std::map<Focusable *, IconButton *> IconMap; | 44 | typedef std::map<Focusable *, IconButton *> IconMap; |
45 | 45 | ||
46 | IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, | 46 | IconbarTool(const FbTk::FbWindow &parent, |
47 | FbTk::ThemeProxy<IconbarTheme> &theme, | ||
47 | BScreen &screen, FbTk::Menu &menu); | 48 | BScreen &screen, FbTk::Menu &menu); |
48 | ~IconbarTool(); | 49 | ~IconbarTool(); |
49 | 50 | ||
@@ -95,7 +96,7 @@ private: | |||
95 | 96 | ||
96 | BScreen &m_screen; | 97 | BScreen &m_screen; |
97 | FbTk::Container m_icon_container; | 98 | FbTk::Container m_icon_container; |
98 | IconbarTheme &m_theme; | 99 | FbTk::ThemeProxy<IconbarTheme> &m_theme; |
99 | FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container | 100 | FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container |
100 | 101 | ||
101 | 102 | ||