From 54dfa44cbecdb31cecb035e6ef8287007617b00c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 19:13:29 +0000 Subject: move the Strut struct from Screen.hh to Util.hh --- src/Util.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Util.hh') 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; -- cgit v1.2.3