X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FUtil.hh;h=40a2254abc72177f929e64e224930b0d3684f970;hb=87e63d53af67d5ea98f55a27007663d4c9c8fc6c;hp=46d8f339daf1d5dde846a53aa7c0f2682efc7eff;hpb=e18ff901fc7236e3008266f0a09048e6905de724;p=chaz%2Fopenbox diff --git a/src/Util.hh b/src/Util.hh index 46d8f339..40a2254a 100644 --- a/src/Util.hh +++ b/src/Util.hh @@ -28,7 +28,7 @@ #include #include -#include +#include class Rect { public: @@ -79,7 +79,7 @@ private: int _x1, _y1, _x2, _y2; }; -typedef std::list RectList; +typedef std::vector RectList; struct Strut { unsigned int top, bottom, left, right;