* fix qemu for m68k by just using tcg-interpreter, too
[t2sde.git] / package / xorg / xf86-video-tga / hotfix-mibstore.patch
blobfff702119232f465896cc531fda7a5dbc7613dc2
1 From b7022db0559cd1b6cd3eb6b5abf6896a607b478d Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Tue, 25 Sep 2012 08:55:00 -0400
4 Subject: Remove mibstore.h
6 Signed-off-by: Adam Jackson <ajax@redhat.com>
7 ---
8 src/tga_accel.c | 1 -
9 src/tga_driver.c | 3 ---
10 2 files changed, 4 deletions(-)
12 diff --git a/src/tga_accel.c b/src/tga_accel.c
13 index 35af1a4..b414df5 100644
14 --- a/src/tga_accel.c
15 +++ b/src/tga_accel.c
16 @@ -37,7 +37,6 @@
17 #include "xf86cmap.h"
18 #include "mipointer.h"
20 -#include "mibstore.h"
21 #include "miline.h"
23 #include "tga_regs.h"
24 diff --git a/src/tga_driver.c b/src/tga_driver.c
25 index dd4f3e6..90d2660 100644
26 --- a/src/tga_driver.c
27 +++ b/src/tga_driver.c
28 @@ -46,8 +46,6 @@
30 /* software cursor */
31 #include "mipointer.h"
32 -/* backing store */
33 -#include "mibstore.h"
35 /* #include "mibank.h" */
36 /* colormap manipulation */
37 @@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
39 fbPictureInit (pScreen, 0, 0);
41 - miInitializeBackingStore(pScreen);
42 xf86SetBackingStore(pScreen);
43 xf86SetSilkenMouse(pScreen);
45 --
46 cgit v1.2.1