]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
i put paths in here by accident ^_^
[chaz/openbox] / src / Screen.hh
index 9f0834192efd465c49512d9581ec3c3d6ca112f5..f17c6f5466f88d811cc7b6fc874edaa8261a1554 100644 (file)
@@ -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;
This page took 0.020971 seconds and 4 git commands to generate.