diff options
Diffstat (limited to 'src/Util.hh')
| -rw-r--r-- | src/Util.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Util.hh b/src/Util.hh index a0acd4cd..5453f225 100644 --- a/src/Util.hh +++ b/src/Util.hh @@ -76,6 +76,12 @@ private: int _x1, _y1, _x2, _y2; }; +struct Strut { + unsigned int top, bottom, left, right; + + Strut(void): top(0), bottom(0), left(0), right(0) {} +}; + /* XXX: this needs autoconf help */ const unsigned int BSENTINEL = 65535; |
