aboutsummaryrefslogtreecommitdiff
path: root/src/Window.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/Window.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/Window.hh')
-rw-r--r--src/Window.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 6e04ded..fa5b305 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -450,6 +450,11 @@ public:
450 inline unsigned int width() const { return frame().width(); } 450 inline unsigned int width() const { return frame().width(); }
451 inline unsigned int height() const { return frame().height(); } 451 inline unsigned int height() const { return frame().height(); }
452 452
453 int normalX() const;
454 int normalY() const;
455 unsigned int normalWidth() const;
456 unsigned int normalHeight() const;
457
453 inline int xOffset() const { return frame().xOffset(); } 458 inline int xOffset() const { return frame().xOffset(); }
454 inline int yOffset() const { return frame().yOffset(); } 459 inline int yOffset() const { return frame().yOffset(); }
455 inline int widthOffset() const { return frame().widthOffset(); } 460 inline int widthOffset() const { return frame().widthOffset(); }