The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-tga / 0001-mibstore.patch
1 From b7022db0559cd1b6cd3eb6b5abf6896a607b478d Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 12:55:00 +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-tga/commit/?id=b7022db0559cd1b6cd3eb6b5abf6896a607b478d
10
11 Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
12
13 diff --git a/src/tga_accel.c b/src/tga_accel.c
14 index 35af1a4..b414df5 100644
15 --- a/src/tga_accel.c
16 +++ b/src/tga_accel.c
17 @@ -37,7 +37,6 @@
18  #include "xf86cmap.h"
19  #include "mipointer.h"
20  
21 -#include "mibstore.h"
22  #include "miline.h"
23  
24  #include "tga_regs.h"
25 diff --git a/src/tga_driver.c b/src/tga_driver.c
26 index dd4f3e6..90d2660 100644
27 --- a/src/tga_driver.c
28 +++ b/src/tga_driver.c
29 @@ -46,8 +46,6 @@
30  
31  /* software cursor */
32  #include "mipointer.h"
33 -/* backing store */
34 -#include "mibstore.h"
35  
36  /*  #include "mibank.h" */
37  /* colormap manipulation */
38 @@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
39      
40      fbPictureInit (pScreen, 0, 0);
41      
42 -    miInitializeBackingStore(pScreen);
43      xf86SetBackingStore(pScreen);
44      xf86SetSilkenMouse(pScreen);
45  
46 --
47 cgit v0.9.0.2-2-gbebe