summaryrefslogtreecommitdiff
path: root/src/Util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-29 23:50:04 +0000
committerDana Jansens <danakj@orodu.net>2002-06-29 23:50:04 +0000
commit351a06655bdd7d440780b5bc5b255081c888044b (patch)
treecda6be7de0972b942cfbee9510c49180c6f055d2 /src/Util.hh
parentb0d81f77aa57a33f6c9e6428ffe89f7cc02258ed (diff)
Configureable button mappings!
Diffstat (limited to 'src/Util.hh')
-rw-r--r--src/Util.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util.hh b/src/Util.hh
index 2a40308d..393c0089 100644
--- a/src/Util.hh
+++ b/src/Util.hh
@@ -71,6 +71,7 @@ public:
inline bool valid(void) const { return _x2 > _x1 && _y2 > _y1; }
bool intersects(const Rect &a) const;
+ bool contains(int _x, int _y) const;
private:
int _x1, _y1, _x2, _y2;