summaryrefslogtreecommitdiff
path: root/src/Util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util.hh')
-rw-r--r--src/Util.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Util.hh b/src/Util.hh
index 5453f225..d70eabc8 100644
--- a/src/Util.hh
+++ b/src/Util.hh
@@ -28,6 +28,7 @@
#include <X11/Xutil.h>
#include <string>
+#include <list>
class Rect {
public:
@@ -76,6 +77,8 @@ private:
int _x1, _y1, _x2, _y2;
};
+typedef std::list<Rect> RectList;
+
struct Strut {
unsigned int top, bottom, left, right;