python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / x11r7 / xdriver_xf86-video-i128 / 0001-mbstring.patch
blob40bb1ea2bd288de75317ff1141306bdcafd30a81
1 From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 12:54:40 +0000
4 Subject: Remove mibstore.h
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8 Fetch from:
9 http://cgit.freedesktop.org/xorg/driver/xf86-video-i128/commit/?id=c87753733a6e1f85d1d037dced0b47ce0cf41658
11 Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
13 diff --git a/src/i128_driver.c b/src/i128_driver.c
14 index a0f08c0..51a4135 100644
15 --- a/src/i128_driver.c
16 +++ b/src/i128_driver.c
17 @@ -50,8 +50,6 @@
18 /* All drivers initialising the SW cursor need this */
19 #include "mipointer.h"
21 -/* All drivers implementing backing store need this */
22 -#include "mibstore.h"
23 #include "micmap.h"
25 #include "xf86DDC.h"
26 @@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
27 return FALSE;
30 - miInitializeBackingStore(pScreen);
31 xf86SetBackingStore(pScreen);
32 xf86SetSilkenMouse(pScreen);
35 cgit v0.9.0.2-2-gbebe