1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
From 0833e0086b9712b1c29571919899d5d17fea8382 Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Tue, 25 Sep 2012 12:54:33 +0000
Subject: Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
---
diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
index 6be9a4f..684e400 100644
--- a/src/ast_2dtool.c
+++ b/src/ast_2dtool.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
diff --git a/src/ast_accel.c b/src/ast_accel.c
index a789b21..0e7e5d3 100644
--- a/src/ast_accel.c
+++ b/src/ast_accel.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
diff --git a/src/ast_cursor.c b/src/ast_cursor.c
index 47ea09d..c672564 100644
--- a/src/ast_cursor.c
+++ b/src/ast_cursor.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
diff --git a/src/ast_driver.c b/src/ast_driver.c
index 5e6a26e..43fcdbc 100644
--- a/src/ast_driver.c
+++ b/src/ast_driver.c
@@ -31,7 +31,6 @@
#endif
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
@@ -888,7 +887,6 @@ ASTScreenInit(SCREEN_INIT_ARGS_DECL)
}
#endif /* end of Accel_2D */
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
diff --git a/src/ast_mode.c b/src/ast_mode.c
index 50289f1..2e06062 100644
--- a/src/ast_mode.c
+++ b/src/ast_mode.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
diff --git a/src/ast_tool.c b/src/ast_tool.c
index c701c1e..c2bfac6 100644
--- a/src/ast_tool.c
+++ b/src/ast_tool.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
index 42de52c..513cf7b 100644
--- a/src/ast_vgatool.c
+++ b/src/ast_vgatool.c
@@ -27,7 +27,6 @@
#include "xf86_OSproc.h"
#include "xf86cmap.h"
#include "compiler.h"
-#include "mibstore.h"
#include "vgaHW.h"
#include "mipointer.h"
#include "micmap.h"
--
cgit v0.9.0.2-2-gbebe
|