xorg/xorg-xf86-video-vmware/mibstore.patch

42 lines
1.8 KiB
Diff
Raw Normal View History

diff -rupN xf86-video-vmware-13.0.0-patch/saa/saa_priv.h xf86-video-vmware-13.0.0/saa/saa_priv.h
--- xf86-video-vmware-13.0.0-patch/saa/saa_priv.h 2013-03-09 15:27:32.726040864 +0100
+++ xf86-video-vmware-13.0.0/saa/saa_priv.h 2013-03-09 15:27:57.940903017 +0100
@@ -48,7 +48,6 @@
#include "pixmapstr.h"
#include "windowstr.h"
#include "servermd.h"
-#include "mibstore.h"
#include "colormapst.h"
#include "gcstruct.h"
#include "input.h"
diff -rupN xf86-video-vmware-13.0.0-patch/src/vmware.c xf86-video-vmware-13.0.0/src/vmware.c
--- xf86-video-vmware-13.0.0-patch/src/vmware.c 2013-03-09 15:27:32.725040830 +0100
+++ xf86-video-vmware-13.0.0/src/vmware.c 2013-03-09 15:28:22.261734594 +0100
@@ -23,7 +23,6 @@ char rcsId_vmware[] =
#include "xf86Pci.h" /* pci */
#include "mipointer.h" /* sw cursor */
-#include "mibstore.h" /* backing store */
#include "micmap.h" /* mi color map */
#include "vgaHW.h" /* VGA hardware */
#include "fb.h"
@@ -1483,7 +1482,6 @@ VMWAREScreenInit(SCREEN_INIT_ARGS_DECL)
* If backing store is to be supported (as is usually the case),
* initialise it.
*/
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
diff -rupN xf86-video-vmware-13.0.0-patch/vmwgfx/vmwgfx_driver.c xf86-video-vmware-13.0.0/vmwgfx/vmwgfx_driver.c
--- xf86-video-vmware-13.0.0-patch/vmwgfx/vmwgfx_driver.c 2013-03-09 15:27:32.726040864 +0100
+++ xf86-video-vmware-13.0.0/vmwgfx/vmwgfx_driver.c 2013-03-09 15:28:48.430629350 +0100
@@ -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());