aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 21:26:11 (GMT)
committermarkt <markt>2007-07-02 21:26:11 (GMT)
commit163474a471f0a7a72a99a57c995c831b4a0af51b (patch)
tree51b2b721ceaa7b3f09b2f99fafe9c77c0c1bb31e /src/FbWinFrame.hh
parent7e8c35211694cb98bfc8ac8e9ac3643795ac4624 (diff)
downloadfluxbox-163474a471f0a7a72a99a57c995c831b4a0af51b.zip
fluxbox-163474a471f0a7a72a99a57c995c831b4a0af51b.tar.bz2
use old size/position in apps file when 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 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;