From 6f2064b1869ed9816fe1756252ad4fd66de9190b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Apr 2002 18:59:04 +0000 Subject: posible fix for maximizing when slit is auto-hidden --- src/Slit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Slit.h') diff --git a/src/Slit.h b/src/Slit.h index f7feb6b1..89d76daf 100644 --- a/src/Slit.h +++ b/src/Slit.h @@ -133,6 +133,7 @@ public: inline const Point &origin() const { return frame.area.origin(); } inline const Size &size() const { return frame.area.size(); } inline const Rect &area() const { return frame.area; } + inline const Point &hiddenOrigin() const { return frame.hidden; } void addClient(Window); void removeClient(SlitClient *, Bool = True); -- cgit v1.2.3