]> git.pld-linux.org Git - packages/xorg-driver-video-tseng.git/blame - build.patch
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-tseng.git] / build.patch
CommitLineData
a923ba36
AM
1commit d2d5c8437e401181f56804cc68594c4831a0983d
2Author: Adam Jackson <ajax@redhat.com>
3Date: Tue Sep 25 08:55:02 2012 -0400
4
5 Remove mibstore.h
6
7 Signed-off-by: Adam Jackson <ajax@redhat.com>
8
9diff --git a/src/tseng_driver.c b/src/tseng_driver.c
10index ffafb19..0db62e5 100644
11--- a/src/tseng_driver.c
12+++ b/src/tseng_driver.c
13@@ -39,9 +39,6 @@
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 #include "fb.h"
21
22 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
23@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
24 }
25 }
26
27- miInitializeBackingStore(pScreen);
28 xf86SetSilkenMouse(pScreen);
29 /* Initialise cursor functions */
30 miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
This page took 0.160869 seconds and 4 git commands to generate.