summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2005-04-11 10:54:13 +0000
committerEgbert Eich <eich@suse.de>2005-04-11 10:54:13 +0000
commit00a551393ce7aa9d2b23634737ced5071e3cdd35 (patch)
tree47ff65e9d8f95799f605d54013f93c494780ab2d
parent1fbd38f3b46df62561f8be74cbc05fcf8ad88a21 (diff)
Reenable BackingStore in Xvfb.
-rw-r--r--hw/vfb/InitOutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index 04887ceba..4de0878c0 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -939,7 +939,7 @@ vfbScreenInit(int index, ScreenPtr pScreen, int argc, char **argv)
if (!ret) return FALSE;
- /* miInitializeBackingStore(pScreen); */
+ miInitializeBackingStore(pScreen);
/*
* Circumvent the backing store that was just initialised. This amounts