X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FUtil.hh;h=d70eabc8e7807687116ef94f8055a63129092735;hb=bcb14a3ce94ee4b4cba07de7a297470719390331;hp=5453f225adfb0055190030c3e30d2e542117e9ba;hpb=54dfa44cbecdb31cecb035e6ef8287007617b00c;p=chaz%2Fopenbox 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;