Dash:
[t2.git] / package / xorg / xf86-video-tseng / hotfix.patch
blob88f9cc570128a702d13d064e15f09d8fc2e97cea
1 From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 12:55:02 +0000
4 Subject: Remove mibstore.h
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8 diff --git a/src/tseng_driver.c b/src/tseng_driver.c
9 index ffafb19..0db62e5 100644
10 --- a/src/tseng_driver.c
11 +++ b/src/tseng_driver.c
12 @@ -39,9 +39,6 @@
13 /* All drivers initialising the SW cursor need this */
14 #include "mipointer.h"
16 -/* All drivers implementing backing store need this */
17 -#include "mibstore.h"
19 #include "fb.h"
21 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
22 @@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
26 - miInitializeBackingStore(pScreen);
27 xf86SetSilkenMouse(pScreen);
28 /* Initialise cursor functions */
29 miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
31 cgit v0.9.0.2-2-gbebe