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/IconbarTool.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/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index c56e7a3..3589185 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -86,6 +86,7 @@ public: | |||
86 | void setMode(Mode mode); | 86 | void setMode(Mode mode); |
87 | void setDeiconifyMode(DeiconifyMode mode); | 87 | void setDeiconifyMode(DeiconifyMode mode); |
88 | void setWheelMode(WheelMode mode); | 88 | void setWheelMode(WheelMode mode); |
89 | void parentMoved() { m_icon_container.parentMoved(); } | ||
89 | 90 | ||
90 | unsigned int width() const; | 91 | unsigned int width() const; |
91 | unsigned int height() const; | 92 | unsigned int height() const; |