WIP: drop symbol COMPOSITE

FIXME: needs Xnest fixes merged first
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-04-18 16:05:55 +02:00
parent 3bd2c8aa1c
commit bf9c974def

View File

@@ -1497,11 +1497,9 @@ xf86SetBackingStore(ScreenPtr pScreen)
else {
if (xf86GetOptValBool(options, OPTION_BACKING_STORE, &useBS))
from = X_CONFIG;
#ifdef COMPOSITE
if (from != X_CONFIG)
useBS = xf86ReturnOptValBool(options, OPTION_BACKING_STORE,
!noCompositeExtension);
#endif
}
free(options);
pScreen->backingStoreSupport = useBS ? WhenMapped : NotUseful;