From ccecab79152aaf511714b49f8211262475a20a90 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 07:31:07 +0000 Subject: dont snap windows to rects they arent in for the screen regions (xinerama) or strut/screenarea --- src/Screen.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index 87d11c68..a3620553 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -313,7 +313,7 @@ public: // as then Xinerama will work correctly. const Rect& availableArea(void) const; #ifdef XINERAMA - RectList allAvailableAreas(void) const; + const RectList& allAvailableAreas(void) const; #endif // XINERAMA void updateAvailableArea(void); void addStrut(Strut *strut); -- cgit v1.2.3