mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
WIP: drop symbol COMPOSITE
FIXME: needs Xnest fixes merged first
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user