summaryrefslogtreecommitdiff
path: root/src/BaseDisplay.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-31 06:15:07 +0000
committerDana Jansens <danakj@orodu.net>2002-08-31 06:15:07 +0000
commit923c381dc177aa64b1da847ae6a27bff19ec817c (patch)
tree0bebd1416701dc547d296be160df8036381497df /src/BaseDisplay.cc
parente81162397896f1d6b954ac849bd636afc177f90e (diff)
sync with the 2.0 branch
Diffstat (limited to 'src/BaseDisplay.cc')
-rw-r--r--src/BaseDisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BaseDisplay.cc b/src/BaseDisplay.cc
index 305973ac..51d79399 100644
--- a/src/BaseDisplay.cc
+++ b/src/BaseDisplay.cc
@@ -411,7 +411,7 @@ const ScreenInfo* BaseDisplay::getScreenInfo(unsigned int s) const {
BGCCache* BaseDisplay::gcCache(void) const {
if (! gccache)
- gccache = new BGCCache(this);
+ gccache = new BGCCache(this, screenInfoList.size());
return gccache;
}