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/ClockTool.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/ClockTool.hh')
-rw-r--r-- | src/ClockTool.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClockTool.hh b/src/ClockTool.hh index 9993ee6..d55bf5f 100644 --- a/src/ClockTool.hh +++ b/src/ClockTool.hh | |||
@@ -65,6 +65,8 @@ public: | |||
65 | 65 | ||
66 | void setOrientation(FbTk::Orientation orient); | 66 | void setOrientation(FbTk::Orientation orient); |
67 | 67 | ||
68 | void parentMoved() { m_button.parentMoved(); } | ||
69 | |||
68 | private: | 70 | private: |
69 | void updateTime(); | 71 | void updateTime(); |
70 | void update(FbTk::Subject *subj); | 72 | void update(FbTk::Subject *subj); |