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/FbWinFrameTheme.hh | |
parent | 60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff) | |
download | fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2 |
update code to use ThemeProxy
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r-- | src/FbWinFrameTheme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh index e72d6f5..66448b6 100644 --- a/src/FbWinFrameTheme.hh +++ b/src/FbWinFrameTheme.hh | |||
@@ -97,8 +97,8 @@ public: | |||
97 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 97 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
98 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | 98 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } |
99 | 99 | ||
100 | virtual FbWinFrameTheme *operator ->() { return this; } | 100 | virtual FbWinFrameTheme &operator *() { return *this; } |
101 | virtual const FbWinFrameTheme *operator ->() const { return this; } | 101 | virtual const FbWinFrameTheme &operator *() const { return *this; } |
102 | 102 | ||
103 | private: | 103 | private: |
104 | FbTk::ThemeItem<FbTk::Texture> m_title_focus, m_title_unfocus; | 104 | FbTk::ThemeItem<FbTk::Texture> m_title_focus, m_title_unfocus; |