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/ToolbarItem.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/ToolbarItem.hh')
-rw-r--r-- | src/ToolbarItem.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh index a240880..5e1ed25 100644 --- a/src/ToolbarItem.hh +++ b/src/ToolbarItem.hh | |||
@@ -58,6 +58,9 @@ public: | |||
58 | // the toolbar instead. Otherwise there are ordering problems. | 58 | // the toolbar instead. Otherwise there are ordering problems. |
59 | virtual void renderTheme(unsigned char alpha) = 0; | 59 | virtual void renderTheme(unsigned char alpha) = 0; |
60 | 60 | ||
61 | // insist implemented, even if blank | ||
62 | virtual void parentMoved() = 0; // called when moved from hiding | ||
63 | |||
61 | // just update theme items that affect the size | 64 | // just update theme items that affect the size |
62 | virtual void updateSizing() = 0; | 65 | virtual void updateSizing() = 0; |
63 | 66 | ||