aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-17 15:19:07 (GMT)
committersimonb <simonb>2006-04-17 15:19:07 (GMT)
commit3e6def97d18133baf82b596cb742a2f7ef4f9f00 (patch)
tree2422603cb39d3af4b318f89ac2093e1bbc67657a /src/IconbarTool.hh
parent11cba508e6a59587c304728fc8447d0f0c49f2c2 (diff)
downloadfluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.zip
fluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.tar.bz2
fix transparency updates for the toolbar when autohide is on
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh1
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;