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/WorkspaceNameTool.hh | |
parent | 11cba508e6a59587c304728fc8447d0f0c49f2c2 (diff) | |
download | fluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.zip fluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.tar.bz2 |
fix transparency updates for the toolbar when autohide is on
Diffstat (limited to 'src/WorkspaceNameTool.hh')
-rw-r--r-- | src/WorkspaceNameTool.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WorkspaceNameTool.hh b/src/WorkspaceNameTool.hh index 6017d4e..f12ca18 100644 --- a/src/WorkspaceNameTool.hh +++ b/src/WorkspaceNameTool.hh | |||
@@ -54,6 +54,8 @@ public: | |||
54 | const FbTk::Button &button() const { return m_button; } | 54 | const FbTk::Button &button() const { return m_button; } |
55 | void setOrientation(FbTk::Orientation orient); | 55 | void setOrientation(FbTk::Orientation orient); |
56 | 56 | ||
57 | void parentMoved() { m_button.parentMoved(); } | ||
58 | |||
57 | private: | 59 | private: |
58 | void renderTheme(unsigned char alpha); | 60 | void renderTheme(unsigned char alpha); |
59 | void reRender(); | 61 | void reRender(); |