From e18ff901fc7236e3008266f0a09048e6905de724 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 04:29:40 +0000 Subject: xinerama support for window placement --- src/Util.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Util.hh') 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; -- cgit v1.2.3