]> Dogcows Code - chaz/openbox/blobdiff - src/BaseDisplay.cc
sync with the 2.0 branch
[chaz/openbox] / src / BaseDisplay.cc
index 305973ac183ec1a5681113728a20725f8f1275b4..51d79399c41ca6ba18d1fb14238f5551e02f55ef 100644 (file)
@@ -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;
 }
This page took 0.049722 seconds and 4 git commands to generate.