aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
commitac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch)
treec8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/Toolbar.hh
parent60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff)
downloadfluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip
fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2
update code to use ThemeProxy
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh
index ae143f0..c528102 100644
--- a/src/Toolbar.hh
+++ b/src/Toolbar.hh
@@ -121,8 +121,8 @@ public:
121 int y() const { return isHidden() ? frame.y_hidden : frame.y; } 121 int y() const { return isHidden() ? frame.y_hidden : frame.y; }
122 Placement placement() const { return *m_rc_placement; } 122 Placement placement() const { return *m_rc_placement; }
123 /// @return pointer to iconbar if it got one, else 0 123 /// @return pointer to iconbar if it got one, else 0
124 const ToolbarTheme &theme() const { return m_theme; } 124 const FbTk::ThemeProxy<ToolbarTheme> &theme() const { return m_theme; }
125 ToolbarTheme &theme() { return m_theme; } 125 FbTk::ThemeProxy<ToolbarTheme> &theme() { return m_theme; }
126 bool isVertical() const; 126 bool isVertical() const;
127 127
128 int getOnHead() const { return *m_rc_on_head; } 128 int getOnHead() const { return *m_rc_on_head; }