mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 11:38:20 +02:00
Reenable BackingStore in Xvfb.
This commit is contained in:
parent
1fbd38f3b4
commit
00a551393c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue