summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 19:13:29 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 19:13:29 +0000
commit54dfa44cbecdb31cecb035e6ef8287007617b00c (patch)
treeb8a30965805f137c9a092daeab471ff96c0c4578 /src/Screen.hh
parent32ac5d9b885bec69be2785ad544ba6c473418ce8 (diff)
move the Strut struct from Screen.hh to Util.hh
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh7
1 files changed, 1 insertions, 6 deletions
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;