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 f83ec7d..4f42aab 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -203,6 +203,7 @@ public:
203 inline int y() const { return m_window.y(); } 203 inline int y() const { return m_window.y(); }
204 inline unsigned int width() const { return m_window.width(); } 204 inline unsigned int width() const { return m_window.width(); }
205 inline unsigned int height() const { return m_window.height(); } 205 inline unsigned int height() const { return m_window.height(); }
206 unsigned int normalHeight() const;
206 207
207 // extra bits for tabs 208 // extra bits for tabs
208 int xOffset() const; 209 int xOffset() const;