]> git.pld-linux.org Git - packages/xorg-driver-video-i740.git/blame - mibstore.patch
- fix building with xserver 1.14
[packages/xorg-driver-video-i740.git] / mibstore.patch
CommitLineData
5481b6f2
JR
1From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Wed, 9 Jan 2013 22:21:52 -0500
4Subject: [PATCH] Remove mibstore.h
5
6Signed-off-by: Adam Jackson <ajax@redhat.com>
7---
8 src/i740_driver.c | 5 -----
9 1 file changed, 5 deletions(-)
10
11diff --git a/src/i740_driver.c b/src/i740_driver.c
12index 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--
351.8.0.2
36
This page took 0.036668 seconds and 4 git commands to generate.