]> git.pld-linux.org Git - packages/xorg-driver-video-tga.git/blame - build.patch
rebuil with xorg-xserver-server 21.1.0
[packages/xorg-driver-video-tga.git] / build.patch
CommitLineData
c0e240c2
AM
1commit b7022db0559cd1b6cd3eb6b5abf6896a607b478d
2Author: Adam Jackson <ajax@redhat.com>
3Date: Tue Sep 25 08:55:00 2012 -0400
4
5 Remove mibstore.h
6
7 Signed-off-by: Adam Jackson <ajax@redhat.com>
8
9diff --git a/src/tga_accel.c b/src/tga_accel.c
10index 35af1a4..b414df5 100644
11--- a/src/tga_accel.c
12+++ b/src/tga_accel.c
13@@ -37,7 +37,6 @@
14 #include "xf86cmap.h"
15 #include "mipointer.h"
16
17-#include "mibstore.h"
18 #include "miline.h"
19
20 #include "tga_regs.h"
21diff --git a/src/tga_driver.c b/src/tga_driver.c
22index dd4f3e6..90d2660 100644
23--- a/src/tga_driver.c
24+++ b/src/tga_driver.c
25@@ -46,8 +46,6 @@
26
27 /* software cursor */
28 #include "mipointer.h"
29-/* backing store */
30-#include "mibstore.h"
31
32 /* #include "mibank.h" */
33 /* colormap manipulation */
34@@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
35
36 fbPictureInit (pScreen, 0, 0);
37
38- miInitializeBackingStore(pScreen);
39 xf86SetBackingStore(pScreen);
40 xf86SetSilkenMouse(pScreen);
41
This page took 0.060624 seconds and 4 git commands to generate.