aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-23 19:46:36 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-23 19:46:36 (GMT)
commit37a602899dc1c6f42076ff64d19a4b378cfa2b8f (patch)
tree656d1655d4e05123107ba0fc95ede46675779bbd /src/ToolFactory.hh
parente6b11e06c67d0c7987410097b62f730dcd88db3a (diff)
downloadfluxbox-37a602899dc1c6f42076ff64d19a4b378cfa2b8f.zip
fluxbox-37a602899dc1c6f42076ff64d19a4b378cfa2b8f.tar.bz2
fix reading iconbar border from theme
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r--src/ToolFactory.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh
index 98124e3..3d99785 100644
--- a/src/ToolFactory.hh
+++ b/src/ToolFactory.hh
@@ -55,7 +55,8 @@ private:
55 std::auto_ptr<ToolTheme> m_button_theme; 55 std::auto_ptr<ToolTheme> m_button_theme;
56 std::auto_ptr<ToolTheme> m_workspace_theme; 56 std::auto_ptr<ToolTheme> m_workspace_theme;
57 std::auto_ptr<ToolTheme> m_systray_theme; 57 std::auto_ptr<ToolTheme> m_systray_theme;
58 IconbarTheme m_focused_iconbar_theme, m_unfocused_iconbar_theme; 58 IconbarTheme m_iconbar_theme, m_focused_iconbar_theme,
59 m_unfocused_iconbar_theme;
59}; 60};
60 61
61#endif // TOOLFACTORY_HH 62#endif // TOOLFACTORY_HH