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/Screen.hh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index 9f083419..f17c6f54 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -57,6 +57,7 @@ extern "C" { class Slit; // forward reference class BFont; class XAtom; +struct Strut; enum TextJustify { LeftJustify = 1, RightJustify, CenterJustify }; @@ -96,12 +97,6 @@ struct MenuStyle { int bullet, bullet_pos; }; -struct Strut { - unsigned int top, bottom, left, right; - - Strut(void): top(0), bottom(0), left(0), right(0) {} -}; - class BScreen : public ScreenInfo { private: bool root_colormap_installed, managed, geom_visible; -- cgit v1.2.3