diff options
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 2 |
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 |