aboutsummaryrefslogtreecommitdiff
path: root/src/GenericTool.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/GenericTool.hh
parent11cba508e6a59587c304728fc8447d0f0c49f2c2 (diff)
downloadfluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.zip
fluxbox-3e6def97d18133baf82b596cb742a2f7ef4f9f00.tar.bz2
fix transparency updates for the toolbar when autohide is on
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r--src/GenericTool.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh
index e77232c..c44c9cc 100644
--- a/src/GenericTool.hh
+++ b/src/GenericTool.hh
@@ -52,6 +52,8 @@ public:
52 unsigned int height() const; 52 unsigned int height() const;
53 unsigned int borderWidth() const; 53 unsigned int borderWidth() const;
54 54
55 void parentMoved();
56
55 const ToolTheme &theme() const { return m_theme; } 57 const ToolTheme &theme() const { return m_theme; }
56 FbTk::FbWindow &window() { return *m_window; } 58 FbTk::FbWindow &window() { return *m_window; }
57 const FbTk::FbWindow &window() const { return *m_window; } 59 const FbTk::FbWindow &window() const { return *m_window; }