]> git.pld-linux.org Git - packages/xorg-driver-video-geode.git/blame - mibstore.patch
- fix building with xserver 1.14
[packages/xorg-driver-video-geode.git] / mibstore.patch
CommitLineData
9c5483a6
JR
1From ed0b153f320a95a11bd561726d2405823573500e Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Wed, 9 Jan 2013 22:16:26 -0500
4Subject: [PATCH] Remove mibstore.h
5
6Signed-off-by: Adam Jackson <ajax@redhat.com>
7---
8 src/geode_driver.c | 2 --
9 src/gx_driver.c | 1 -
10 src/lx_driver.c | 1 -
11 3 files changed, 4 deletions(-)
12
13diff --git a/src/geode_driver.c b/src/geode_driver.c
14index b27bfd5..9cd0af9 100644
15--- a/src/geode_driver.c
16+++ b/src/geode_driver.c
17@@ -59,8 +59,6 @@
18 /* Machine independent stuff */
19 #include "mipointer.h"
20 #include "micmap.h"
21-/* All drivers implementing backing store need this */
22-#include "mibstore.h"
23 #include "vgaHW.h"
24 #include "vbe.h"
25
26diff --git a/src/gx_driver.c b/src/gx_driver.c
27index 5268f29..7f44e19 100644
28--- a/src/gx_driver.c
29+++ b/src/gx_driver.c
30@@ -1350,7 +1350,6 @@ GXScreenInit(SCREEN_INIT_ARGS_DECL)
31 if (!pGeode->NoAccel)
32 GXAccelInit(pScrn);
33
34- miInitializeBackingStore(pScrn);
35 xf86SetBackingStore(pScrn);
36
37 /* Set up the soft cursor */
38diff --git a/src/lx_driver.c b/src/lx_driver.c
39index 6d7f37f..146578e 100644
40--- a/src/lx_driver.c
41+++ b/src/lx_driver.c
42@@ -932,7 +932,6 @@ LXScreenInit(SCREEN_INIT_ARGS_DECL)
43 if (!pGeode->NoAccel)
44 pGeode->NoAccel = LXExaInit(pScrn) ? FALSE : TRUE;
45
46- miInitializeBackingStore(pScrn);
47 xf86SetBackingStore(pScrn);
48
49 /* Set up the soft cursor */
50--
511.8.0.2
52
This page took 0.262316 seconds and 4 git commands to generate.