summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-09-25 08:55:00 -0400
committerAdam Jackson <ajax@redhat.com>2012-09-25 08:55:00 -0400
commitb7022db0559cd1b6cd3eb6b5abf6896a607b478d (patch)
tree02b8594d8c8d590e63bee7dab4765351c5cd6bd2
parent630e99c3a6f031f98efbeb6ca9bfbc94ce3b18fa (diff)
Remove mibstore.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/tga_accel.c1
-rw-r--r--src/tga_driver.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/tga_accel.c b/src/tga_accel.c
index 35af1a4..b414df5 100644
--- a/src/tga_accel.c
+++ b/src/tga_accel.c
@@ -37,7 +37,6 @@
#include "xf86cmap.h"
#include "mipointer.h"
-#include "mibstore.h"
#include "miline.h"
#include "tga_regs.h"
diff --git a/src/tga_driver.c b/src/tga_driver.c
index dd4f3e6..90d2660 100644
--- a/src/tga_driver.c
+++ b/src/tga_driver.c
@@ -46,8 +46,6 @@
/* software cursor */
#include "mipointer.h"
-/* backing store */
-#include "mibstore.h"
/* #include "mibank.h" */
/* colormap manipulation */
@@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL)
fbPictureInit (pScreen, 0, 0);
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);