aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 21:26:01 (GMT)
committermarkt <markt>2007-07-02 21:26:01 (GMT)
commit2ddc0290cb7bed695afab3ca7e8b130b76e66793 (patch)
tree78f48421785e39e696e6fed602484af91555e4e4 /src/FbWinFrame.hh
parentb00d53eb728532bb9bb8cc386008532f31aed657 (diff)
downloadfluxbox-2ddc0290cb7bed695afab3ca7e8b130b76e66793.zip
fluxbox-2ddc0290cb7bed695afab3ca7e8b130b76e66793.tar.bz2
use old size/position in apps file when the window is shaded or maximized
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;