From a0cc4a7f234aaa3d7d4f1cd8de29b08aef6e13a1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 10:18:38 +0000 Subject: windows map again! --- src/client.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index 5d309262..b0e537fd 100644 --- a/src/client.hh +++ b/src/client.hh @@ -176,6 +176,7 @@ public: inline bool focusNotify() const { return _focus_notify; } inline bool shaped() const { return _shaped; } inline int gravity() const { return _gravity; } + inline bool positionRequested() const { return _positioned; } // states inline bool modal() const { return _modal; } @@ -186,6 +187,7 @@ public: inline bool fullscreen() const { return _fullscreen; } inline bool floating() const { return _floating; } + inline int borderWidth() const { return _border_width; } inline int minX() const { return _min_x; } inline int minY() const { return _min_y; } inline int maxX() const { return _max_x; } -- cgit v1.2.3