diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-22 07:31:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-22 07:31:07 +0000 |
| commit | ccecab79152aaf511714b49f8211262475a20a90 (patch) | |
| tree | b8aaeaed39a676ca7193e172be5c67263d15e46c /src/Screen.hh | |
| parent | debe8a2f74a67b8b484ae74b5d86769c3b2672eb (diff) | |
dont snap windows to rects they arent in for the screen regions (xinerama) or strut/screenarea
Diffstat (limited to 'src/Screen.hh')
| -rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
