From e18ff901fc7236e3008266f0a09048e6905de724 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 04:29:40 +0000 Subject: xinerama support for window placement --- src/Screen.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index 06548d41..87d11c68 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -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); -- cgit v1.2.3