summaryrefslogtreecommitdiff
path: root/driver/xf86-video-vmware/vmwgfx
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
commit8442bcb5363f5dbf14f47672c40b9bd8accf5fd2 (patch)
treedcba21f2465749f250b8dd694c5ab045772f11a4 /driver/xf86-video-vmware/vmwgfx
parent03e581399db07433dd54da891ffe09dbec74fa8f (diff)
Remove calls to miInitializeBackingStore() and includes of mibstore.h
mibstore.h defines miInitializeBackingStore() as an empty stub, and goes away in xserver 1.14.
Diffstat (limited to 'driver/xf86-video-vmware/vmwgfx')
-rw-r--r--driver/xf86-video-vmware/vmwgfx/vmwgfx_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/xf86-video-vmware/vmwgfx/vmwgfx_driver.c b/driver/xf86-video-vmware/vmwgfx/vmwgfx_driver.c
index 9959ffb84..7863ba213 100644
--- a/driver/xf86-video-vmware/vmwgfx/vmwgfx_driver.c
+++ b/driver/xf86-video-vmware/vmwgfx/vmwgfx_driver.c
@@ -1036,7 +1036,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
(ms->only_hw_presents) ? "enabled" : "disabled");
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
miDCInitialize(pScreen, xf86GetPointerScreenFuncs());