aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index cb8304f..92fbe63 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -95,12 +95,15 @@ private:
95 /// add icons to the list 95 /// add icons to the list
96 void updateList(); 96 void updateList();
97 97
98 void themeReconfigured();
99
98 BScreen &m_screen; 100 BScreen &m_screen;
99 FbTk::Container m_icon_container; 101 FbTk::Container m_icon_container;
100 IconbarTheme &m_theme; 102 IconbarTheme &m_theme;
101 FbTk::ThemeProxy<IconbarTheme> &m_focused_theme, &m_unfocused_theme; 103 FbTk::ThemeProxy<IconbarTheme> &m_focused_theme, &m_unfocused_theme;
102 FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container 104 FbTk::CachedPixmap m_empty_pm; ///< pixmap for empty container
103 105
106 FbTk::SignalTracker m_tracker;
104 107
105 std::auto_ptr<FocusableList> m_winlist; 108 std::auto_ptr<FocusableList> m_winlist;
106 IconMap m_icons; 109 IconMap m_icons;