diff options
author | simonb <simonb> | 2006-04-17 15:19:07 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-17 15:19:07 (GMT) |
commit | 3e6def97d18133baf82b596cb742a2f7ef4f9f00 (patch) | |
tree | 2422603cb39d3af4b318f89ac2093e1bbc67657a /src/SystemTray.hh | |
parent | 11cba508e6a59587c304728fc8447d0f0c49f2c2 (diff) | |
download | fluxbox_pavel-3e6def97d18133baf82b596cb742a2f7ef4f9f00.zip fluxbox_pavel-3e6def97d18133baf82b596cb742a2f7ef4f9f00.tar.bz2 |
fix transparency updates for the toolbar when autohide is on
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r-- | src/SystemTray.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh index 7bb884f..8be1cd8 100644 --- a/src/SystemTray.hh +++ b/src/SystemTray.hh | |||
@@ -71,6 +71,8 @@ public: | |||
71 | inline void renderTheme(unsigned char alpha) {} | 71 | inline void renderTheme(unsigned char alpha) {} |
72 | inline void updateSizing() {} | 72 | inline void updateSizing() {} |
73 | 73 | ||
74 | void parentMoved() { m_window.parentMoved(); } | ||
75 | |||
74 | private: | 76 | private: |
75 | 77 | ||
76 | void update(FbTk::Subject *subj); | 78 | void update(FbTk::Subject *subj); |