summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:54:40 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:54:40 -0400
commitc87753733a6e1f85d1d037dced0b47ce0cf41658 (patch)
tree5fe3a3926848f88c170b785b461ea03910f1f887
parent3226d66c951f3621fb940cc5844098d892089eb1 (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/i128_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i128_driver.c b/src/i128_driver.c
index a0f08c0..51a4135 100644
--- a/src/i128_driver.c
+++ b/src/i128_driver.c
@@ -50,8 +50,6 @@
50/* All drivers initialising the SW cursor need this */ 50/* All drivers initialising the SW cursor need this */
51#include "mipointer.h" 51#include "mipointer.h"
52 52
53/* All drivers implementing backing store need this */
54#include "mibstore.h"
55#include "micmap.h" 53#include "micmap.h"
56 54
57#include "xf86DDC.h" 55#include "xf86DDC.h"
@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
1556 return FALSE; 1554 return FALSE;
1557 } 1555 }
1558 1556
1559 miInitializeBackingStore(pScreen);
1560 xf86SetBackingStore(pScreen); 1557 xf86SetBackingStore(pScreen);
1561 xf86SetSilkenMouse(pScreen); 1558 xf86SetSilkenMouse(pScreen);
1562 1559