]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.hh
including wrong
[chaz/openbox] / src / Screen.hh
index c16bd0773cc826830705282f7efd9d8b6af19fe8..a36205539b110991f00695d77b56c8a75fab7e40 100644 (file)
@@ -131,6 +131,9 @@ private:
   unsigned long event_mask;
 
   Rect usableArea;
+#ifdef    XINERAMA
+  RectList xineramaUsableArea;
+#endif // XINERAMA
 
   typedef std::list<Strut*> StrutList;
   StrutList strutList;
@@ -306,7 +309,12 @@ public:
 
   BlackboxWindow *getIcon(unsigned int index);
 
+  // allAvailableAreas should be used whenever possible instead of this function
+  // as then Xinerama will work correctly.
   const Rect& availableArea(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.025582 seconds and 4 git commands to generate.