]> git.pld-linux.org Git - packages/xorg-driver-video-vmware.git/blob - build.patch
- rel 3; fix build with xserver 1.14
[packages/xorg-driver-video-vmware.git] / build.patch
1 commit 23d87c92b7211cc5249eefe4ab3a2c7f370e279e
2 Author: Zack Rusin <zackr@vmware.com>
3 Date:   Thu Feb 14 14:33:01 2013 -0800
4
5     Kill mibstore
6     
7     It was a noop for at least 5 years and it has been removed.
8     
9     Signed-off-by: Zack Rusin <zackr@vmware.com>
10
11 diff --git a/saa/saa_priv.h b/saa/saa_priv.h
12 index 6652054..5d81453 100644
13 --- a/saa/saa_priv.h
14 +++ b/saa/saa_priv.h
15 @@ -48,7 +48,6 @@
16  #include "pixmapstr.h"
17  #include "windowstr.h"
18  #include "servermd.h"
19 -#include "mibstore.h"
20  #include "colormapst.h"
21  #include "gcstruct.h"
22  #include "input.h"
23 diff --git a/src/vmware.c b/src/vmware.c
24 index 41201f1..6b74e14 100644
25 --- a/src/vmware.c
26 +++ b/src/vmware.c
27 @@ -23,7 +23,6 @@ char rcsId_vmware[] =
28  #include "xf86Pci.h"           /* pci */
29  
30  #include "mipointer.h"         /* sw cursor */
31 -#include "mibstore.h"          /* backing store */
32  #include "micmap.h"            /* mi color map */
33  #include "vgaHW.h"             /* VGA hardware */
34  #include "fb.h"
35 @@ -1483,7 +1482,6 @@ VMWAREScreenInit(SCREEN_INIT_ARGS_DECL)
36       * If backing store is to be supported (as is usually the case),
37       * initialise it.
38       */
39 -    miInitializeBackingStore(pScreen);
40      xf86SetBackingStore(pScreen);
41      xf86SetSilkenMouse(pScreen);
42  
43 diff --git a/vmwgfx/vmwgfx_driver.c b/vmwgfx/vmwgfx_driver.c
44 index 9959ffb..7863ba2 100644
45 --- a/vmwgfx/vmwgfx_driver.c
46 +++ b/vmwgfx/vmwgfx_driver.c
47 @@ -1036,7 +1036,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
48                    (ms->only_hw_presents) ? "enabled" : "disabled");
49      }
50  
51 -    miInitializeBackingStore(pScreen);
52      xf86SetBackingStore(pScreen);
53      xf86SetSilkenMouse(pScreen);
54      miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
This page took 0.065625 seconds and 3 git commands to generate.