]> Dogcows Code - chaz/openbox/blobdiff - src/Util.hh
acquire and provide Xinerama information for the window manager. now we just gotta...
[chaz/openbox] / src / Util.hh
index a0acd4cd758bcf3147225117e1ba5987a2a1db69..d70eabc8e7807687116ef94f8055a63129092735 100644 (file)
@@ -28,6 +28,7 @@
 #include <X11/Xutil.h>
 
 #include <string>
+#include <list>
 
 class Rect {
 public:
@@ -76,6 +77,14 @@ private:
   int _x1, _y1, _x2, _y2;
 };
 
+typedef std::list<Rect> RectList;
+
+struct Strut {
+  unsigned int top, bottom, left, right;
+
+  Strut(void): top(0), bottom(0), left(0), right(0) {}
+};
+
 /* XXX: this needs autoconf help */
 const unsigned int BSENTINEL = 65535;
 
This page took 0.022748 seconds and 4 git commands to generate.