aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 8d0c3ba..87c290c 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -206,6 +206,7 @@ public:
206 inline int y() const { return m_window.y(); } 206 inline int y() const { return m_window.y(); }
207 inline unsigned int width() const { return m_window.width(); } 207 inline unsigned int width() const { return m_window.width(); }
208 inline unsigned int height() const { return m_window.height(); } 208 inline unsigned int height() const { return m_window.height(); }
209 unsigned int normalHeight() const;
209 210
210 // extra bits for tabs 211 // extra bits for tabs
211 int xOffset() const; 212 int xOffset() const;