]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
turn RectList into a vector
[chaz/openbox] / src / Screen.hh
index 06548d415aa0351d82ebbcbaa66954e20de2c0bb..87d11c68cbfe9f8daaa6770ed21d7adc7f0e1835 100644 (file)
@@ -312,7 +312,9 @@ public:
   // allAvailableAreas should be used whenever possible instead of this function
   // as then Xinerama will work correctly.
   const Rect& availableArea(void) const;
+#ifdef    XINERAMA
   RectList allAvailableAreas(void) const;
+#endif // XINERAMA
   void updateAvailableArea(void);
   void addStrut(Strut *strut);
   void removeStrut(Strut *strut);
This page took 0.025632 seconds and 4 git commands to generate.