diff options
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/main.c b/dix/main.c index 35e59bd46..ac8e0f2e7 100644 --- a/dix/main.c +++ b/dix/main.c @@ -557,7 +557,7 @@ CreateConnectionBlock(void) root.maxInstalledMaps = pScreen->maxInstalledCmaps; root.rootVisualID = pScreen->rootVisual; root.backingStore = pScreen->backingStoreSupport; - root.saveUnders = pScreen->saveUnderSupport != NotUseful; + root.saveUnders = FALSE; root.rootDepth = pScreen->rootDepth; root.nDepths = pScreen->numDepths; memmove(pBuf, (char *)&root, sizeof(xWindowRoot)); |