diff options
author | mathias <mathias> | 2005-01-14 09:58:16 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-14 09:58:16 (GMT) |
commit | 69e86c6c25841309daf2c5a6d29e21bd2c11297e (patch) | |
tree | f15147a69ecc0a08d92e5a633d12b49b2fcfc3d6 /src/ToolFactory.hh | |
parent | a07d61e63dfc129660cc9bab344c9e040a7f991f (diff) | |
download | fluxbox_pavel-69e86c6c25841309daf2c5a6d29e21bd2c11297e.zip fluxbox_pavel-69e86c6c25841309daf2c5a6d29e21bd2c11297e.tar.bz2 |
systemtray-tool has now a propper background. its styleable via the
toolbar.systray.* ressource, same way as the clock.
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r-- | src/ToolFactory.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh index 01a3d74..3def7f7 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -52,7 +52,9 @@ public: | |||
52 | private: | 52 | private: |
53 | BScreen &m_screen; | 53 | BScreen &m_screen; |
54 | ToolTheme m_clock_theme; | 54 | ToolTheme m_clock_theme; |
55 | std::auto_ptr<ToolTheme> m_button_theme, m_workspace_theme; | 55 | std::auto_ptr<ToolTheme> m_button_theme; |
56 | std::auto_ptr<ToolTheme> m_workspace_theme; | ||
57 | std::auto_ptr<ToolTheme> m_systray_theme; | ||
56 | IconbarTheme m_iconbar_theme; | 58 | IconbarTheme m_iconbar_theme; |
57 | }; | 59 | }; |
58 | 60 | ||