diff options
author | markt <markt> | 2007-07-02 21:26:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-02 21:26:01 (GMT) |
commit | 2ddc0290cb7bed695afab3ca7e8b130b76e66793 (patch) | |
tree | 78f48421785e39e696e6fed602484af91555e4e4 /src/Window.hh | |
parent | b00d53eb728532bb9bb8cc386008532f31aed657 (diff) | |
download | fluxbox-2ddc0290cb7bed695afab3ca7e8b130b76e66793.zip fluxbox-2ddc0290cb7bed695afab3ca7e8b130b76e66793.tar.bz2 |
use old size/position in apps file when the window is shaded or maximized
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index d7d8910..d9e4a7c 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -389,6 +389,11 @@ public: | |||
389 | inline unsigned int width() const { return frame().width(); } | 389 | inline unsigned int width() const { return frame().width(); } |
390 | inline unsigned int height() const { return frame().height(); } | 390 | inline unsigned int height() const { return frame().height(); } |
391 | 391 | ||
392 | int normalX() const; | ||
393 | int normalY() const; | ||
394 | unsigned int normalWidth() const; | ||
395 | unsigned int normalHeight() const; | ||
396 | |||
392 | inline int xOffset() const { return frame().xOffset(); } | 397 | inline int xOffset() const { return frame().xOffset(); } |
393 | inline int yOffset() const { return frame().yOffset(); } | 398 | inline int yOffset() const { return frame().yOffset(); } |
394 | inline int widthOffset() const { return frame().widthOffset(); } | 399 | inline int widthOffset() const { return frame().widthOffset(); } |