]> git.pld-linux.org Git - packages/xorg-driver-video-glint.git/blob - mibstore.patch
- fix building with xserver 1.14
[packages/xorg-driver-video-glint.git] / mibstore.patch
1 From 073d5b0b392781bf4a6aa7f9e2dbe2ae51caed2c Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 08:54:38 -0400
4 Subject: [PATCH] Remove mibstore.h
5
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8  src/glint_driver.c | 3 ---
9  1 file changed, 3 deletions(-)
10
11 diff --git a/src/glint_driver.c b/src/glint_driver.c
12 index b6d20a9..aa78516 100644
13 --- a/src/glint_driver.c
14 +++ b/src/glint_driver.c
15 @@ -52,8 +52,6 @@
16  #include "compiler.h"
17  #include "mipointer.h"
18  
19 -#include "mibstore.h"
20 -
21  #include "pm3_regs.h"
22  #include "glint_regs.h"
23  #include "IBM.h"
24 @@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
25          }
26      }
27  
28 -    miInitializeBackingStore(pScreen);
29      xf86SetBackingStore(pScreen);
30      xf86SetSilkenMouse(pScreen);
31  
32 -- 
33 1.8.0.2
34
This page took 0.069652 seconds and 3 git commands to generate.