40bb1ea2bd288de75317ff1141306bdcafd30a81
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-i128 / 0001-mbstring.patch
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
5
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
10
11 Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
12
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"
20  
21 -/* All drivers implementing backing store need this */
22 -#include "mibstore.h"
23  #include "micmap.h"
24  
25  #include "xf86DDC.h"
26 @@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
27          return FALSE;
28      }
29      
30 -    miInitializeBackingStore(pScreen);
31      xf86SetBackingStore(pScreen);
32      xf86SetSilkenMouse(pScreen);
33  
34 --
35 cgit v0.9.0.2-2-gbebe