diff options
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); |
