]> Dogcows Code - chaz/openbox/blobdiff - src/Util.hh
add capability to stick a window from input, and make close buttons work.
[chaz/openbox] / src / Util.hh
index 2a40308d8c34ad84e44ca4d39b071df82ea16024..393c00893beca853fcc7b10189029090ab48a454 100644 (file)
@@ -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;
This page took 0.021206 seconds and 4 git commands to generate.