]> Dogcows Code - chaz/openbox/blobdiff - otk/screeninfo.hh
make parentrelative decorations work
[chaz/openbox] / otk / screeninfo.hh
index 584d92ece76313893a0bc9e2011fa64971c52429..17063e37cd29186c02a9a16bf31480181d795d83 100644 (file)
@@ -24,10 +24,8 @@ private:
   int _screen;
   std::string _display_string;
   Size _size;
-#ifdef XINERAMA
   std::vector<Rect> _xinerama_areas;
   bool _xinerama_active;
-#endif
 
 public:
   ScreenInfo(int num);
@@ -39,11 +37,9 @@ public:
   inline int screen() const { return _screen; }
   inline const Size& size() const { return _size; }
   inline const std::string& displayString() const { return _display_string; }
-#ifdef XINERAMA
   inline const std::vector<Rect> &xineramaAreas() const
     { return _xinerama_areas; }
   inline bool isXineramaActive() const { return _xinerama_active; }
-#endif
 };
 
 }
This page took 0.020421 seconds and 4 git commands to generate.