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