diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:18:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 10:18:38 +0000 |
| commit | a0cc4a7f234aaa3d7d4f1cd8de29b08aef6e13a1 (patch) | |
| tree | 345ce8c033255e965305d16c68d77d7939a11bff /src/client.hh | |
| parent | 076d45d0cea0c9c2bac80c47b983d3872e7de470 (diff) | |
windows map again!
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
