]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
including wrong
[chaz/openbox] / src / Screen.hh
index 06548d415aa0351d82ebbcbaa66954e20de2c0bb..a36205539b110991f00695d77b56c8a75fab7e40 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;
-  RectList allAvailableAreas(void) const;
+#ifdef    XINERAMA
+  const RectList& allAvailableAreas(void) const;
+#endif // XINERAMA
   void updateAvailableArea(void);
   void addStrut(Strut *strut);
   void removeStrut(Strut *strut);
This page took 0.020922 seconds and 4 git commands to generate.