Blame SOURCES/0002-Remove-mibstore.h.patch

2fabc5
From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001
2fabc5
From: Adam Jackson <ajax@redhat.com>
2fabc5
Date: Tue, 25 Sep 2012 08:55:03 -0400
2fabc5
Subject: [PATCH 2/2] Remove mibstore.h
2fabc5
2fabc5
Signed-off-by: Adam Jackson <ajax@redhat.com>
2fabc5
---
2fabc5
 src/vesa.c | 4 ----
2fabc5
 1 file changed, 4 deletions(-)
2fabc5
2fabc5
diff --git a/src/vesa.c b/src/vesa.c
2fabc5
index 11cd26c..b73d104 100644
2fabc5
--- a/src/vesa.c
2fabc5
+++ b/src/vesa.c
2fabc5
@@ -49,9 +49,6 @@
2fabc5
 /* All drivers initialising the SW cursor need this */
2fabc5
 #include "mipointer.h"
2fabc5
 
2fabc5
-/* All drivers implementing backing store need this */
2fabc5
-#include "mibstore.h"
2fabc5
-
2fabc5
 /* Colormap handling */
2fabc5
 #include "micmap.h"
2fabc5
 #include "xf86cmap.h"
2fabc5
@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
2fabc5
     VESADGAInit(pScrn, pScreen);
2fabc5
 
2fabc5
     xf86SetBlackWhitePixels(pScreen);
2fabc5
-    miInitializeBackingStore(pScreen);
2fabc5
     xf86SetBackingStore(pScreen);
2fabc5
 
2fabc5
     /* software cursor */
2fabc5
-- 
2fabc5
1.8.0.2
2fabc5