]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blob - build.patch
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-tseng.git] / build.patch
1 commit d2d5c8437e401181f56804cc68594c4831a0983d
2 Author: Adam Jackson <ajax@redhat.com>
3 Date:   Tue Sep 25 08:55:02 2012 -0400
4
5     Remove mibstore.h
6     
7     Signed-off-by: Adam Jackson <ajax@redhat.com>
8
9 diff --git a/src/tseng_driver.c b/src/tseng_driver.c
10 index ffafb19..0db62e5 100644
11 --- a/src/tseng_driver.c
12 +++ b/src/tseng_driver.c
13 @@ -39,9 +39,6 @@
14  /* All drivers initialising the SW cursor need this */
15  #include "mipointer.h"
16  
17 -/* All drivers implementing backing store need this */
18 -#include "mibstore.h"
19 -
20  #include "fb.h"
21  
22  #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
23 @@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
24         }
25      }
26  
27 -    miInitializeBackingStore(pScreen);
28      xf86SetSilkenMouse(pScreen);
29      /* Initialise cursor functions */
30      miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
This page took 0.092652 seconds and 3 git commands to generate.