]> git.pld-linux.org Git - packages/xorg-driver-video-i740.git/blob - mibstore.patch
- fix building with xserver 1.14
[packages/xorg-driver-video-i740.git] / mibstore.patch
1 From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Wed, 9 Jan 2013 22:21:52 -0500
4 Subject: [PATCH] Remove mibstore.h
5
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8  src/i740_driver.c | 5 -----
9  1 file changed, 5 deletions(-)
10
11 diff --git a/src/i740_driver.c b/src/i740_driver.c
12 index 1c82198..7c1051d 100644
13 --- a/src/i740_driver.c
14 +++ b/src/i740_driver.c
15 @@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16  
17  #include "compiler.h"
18  
19 -/* Drivers using the mi implementation of backing store need: */
20 -
21 -#include "mibstore.h"
22 -
23  /* All drivers using the vgahw module need this */
24  /* This driver needs to be modified to not use vgaHW for multihead operation */
25  #include "vgaHW.h"
26 @@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
27      }
28    }
29  
30 -  miInitializeBackingStore(pScreen);
31    xf86SetBackingStore(pScreen);
32    xf86SetSilkenMouse(pScreen);
33  
34 -- 
35 1.8.0.2
36
This page took 0.031244 seconds and 3 git commands to generate.