From bcb14a3ce94ee4b4cba07de7a297470719390331 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 21 Jul 2002 23:58:09 +0000 Subject: acquire and provide Xinerama information for the window manager. now we just gotta use it. --- src/Util.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Util.hh') 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 #include +#include class Rect { public: @@ -76,6 +77,8 @@ private: int _x1, _y1, _x2, _y2; }; +typedef std::list RectList; + struct Strut { unsigned int top, bottom, left, right; -- cgit v1.2.3