diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-21 23:58:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-21 23:58:09 +0000 |
| commit | bcb14a3ce94ee4b4cba07de7a297470719390331 (patch) | |
| tree | 5a94dc70a96a1e513886554e993c3260a176b44c /src/Util.hh | |
| parent | a0cf45a0ef5f7e2cbf0833f4d8655131912400cc (diff) | |
acquire and provide Xinerama information for the window manager. now we just gotta use it.
Diffstat (limited to 'src/Util.hh')
| -rw-r--r-- | src/Util.hh | 3 |
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; |
