Searched refs:useBS (Results 1 – 1 of 1) sorted by relevance
1556 Bool useBS = FALSE; in xf86SetBackingStore() local1568 useBS = TRUE; in xf86SetBackingStore()1572 useBS = FALSE; in xf86SetBackingStore()1575 if (xf86GetOptValBool(options, OPTION_BACKING_STORE, &useBS)) in xf86SetBackingStore()1579 useBS = xf86ReturnOptValBool(options, OPTION_BACKING_STORE, in xf86SetBackingStore()1584 pScreen->backingStoreSupport = useBS ? WhenMapped : NotUseful; in xf86SetBackingStore()1587 useBS ? "enabled" : "disabled"); in xf86SetBackingStore()