]> git.pld-linux.org Git - packages/xorg-driver-video-i128.git/blob - build.patch
- release 11 (by relup.sh)
[packages/xorg-driver-video-i128.git] / build.patch
1 commit c87753733a6e1f85d1d037dced0b47ce0cf41658
2 Author: Adam Jackson <ajax@redhat.com>
3 Date:   Tue Sep 25 08:54:40 2012 -0400
4
5     Remove mibstore.h
6     
7     Signed-off-by: Adam Jackson <ajax@redhat.com>
8
9 diff --git a/src/i128_driver.c b/src/i128_driver.c
10 index a0f08c0..51a4135 100644
11 --- a/src/i128_driver.c
12 +++ b/src/i128_driver.c
13 @@ -50,8 +50,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  #include "micmap.h"
20  
21  #include "xf86DDC.h"
22 @@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
23          return FALSE;
24      }
25      
26 -    miInitializeBackingStore(pScreen);
27      xf86SetBackingStore(pScreen);
28      xf86SetSilkenMouse(pScreen);
29  
This page took 0.0533090000000001 seconds and 3 git commands to generate.