Reenable BackingStore in Xvfb.
This commit is contained in:
parent
1fbd38f3b4
commit
00a551393c
|
@ -939,7 +939,7 @@ vfbScreenInit(int index, ScreenPtr pScreen, int argc, char **argv)
|
||||||
|
|
||||||
if (!ret) return FALSE;
|
if (!ret) return FALSE;
|
||||||
|
|
||||||
/* miInitializeBackingStore(pScreen); */
|
miInitializeBackingStore(pScreen);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Circumvent the backing store that was just initialised. This amounts
|
* Circumvent the backing store that was just initialised. This amounts
|
||||||
|
|
Loading…
Reference in New Issue