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/Container.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/Container.hh')
-rw-r--r-- | src/Container.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Container.hh b/src/Container.hh index 20f7048..448abee 100644 --- a/src/Container.hh +++ b/src/Container.hh | |||
@@ -83,6 +83,8 @@ public: | |||
83 | bool tryButtonPressEvent(XButtonEvent &event); | 83 | bool tryButtonPressEvent(XButtonEvent &event); |
84 | bool tryButtonReleaseEvent(XButtonEvent &event); | 84 | bool tryButtonReleaseEvent(XButtonEvent &event); |
85 | 85 | ||
86 | void parentMoved(); | ||
87 | |||
86 | /// accessors | 88 | /// accessors |
87 | inline Alignment alignment() const { return m_align; } | 89 | inline Alignment alignment() const { return m_align; } |
88 | inline FbTk::Orientation orientation() const { return m_orientation; } | 90 | inline FbTk::Orientation orientation() const { return m_orientation; } |