]> git.pld-linux.org Git - packages/xorg-driver-video-neomagic.git/blame - build.patch
- rel 4; fix build with xserver 1.14
[packages/xorg-driver-video-neomagic.git] / build.patch
CommitLineData
dff88c45
AM
1commit 005d61313e989bf054b1cc2190f1c743362d86ff
2Author: Adam Jackson <ajax@redhat.com>
3Date: Tue Sep 25 08:54:44 2012 -0400
4
5 Remove mibstore.h
6
7 Signed-off-by: Adam Jackson <ajax@redhat.com>
8
9diff --git a/src/neo_driver.c b/src/neo_driver.c
10index ce89ce0..a17b925 100644
11--- a/src/neo_driver.c
12+++ b/src/neo_driver.c
13@@ -69,9 +69,6 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
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-
20 /* All drivers using the mi colormap manipulation need this */
21 #include "micmap.h"
22
23@@ -1618,7 +1615,6 @@ NEOScreenInit(SCREEN_INIT_ARGS_DECL)
24 "Acceleration %s Initialized\n",ret ? "" : "not");
25 }
26
27- miInitializeBackingStore(pScreen);
28 xf86SetBackingStore(pScreen);
29 xf86SetSilkenMouse(pScreen);
30
This page took 0.104325 seconds and 4 git commands to generate.