diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-22 04:29:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-22 04:29:40 +0000 |
| commit | e18ff901fc7236e3008266f0a09048e6905de724 (patch) | |
| tree | 584271bcd20bb8e510dd82ccfe303e79488e76fd /src/Util.hh | |
| parent | 6ea8fb9afa1df8415fe88198525254c59a01230e (diff) | |
xinerama support for window placement
Diffstat (limited to 'src/Util.hh')
| -rw-r--r-- | src/Util.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util.hh b/src/Util.hh index d70eabc8..46d8f339 100644 --- a/src/Util.hh +++ b/src/Util.hh @@ -72,6 +72,8 @@ public: inline bool valid(void) const { return _x2 > _x1 && _y2 > _y1; } bool intersects(const Rect &a) const; + bool contains(int __x, int __y) const; + bool contains(const Rect &a) const; private: int _x1, _y1, _x2, _y2; |
