summaryrefslogtreecommitdiffstats
path: root/main/xf86-video-fbdev/mibstore.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xf86-video-fbdev/mibstore.patch')
-rw-r--r--main/xf86-video-fbdev/mibstore.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/main/xf86-video-fbdev/mibstore.patch b/main/xf86-video-fbdev/mibstore.patch
new file mode 100644
index 000000000..138d5bc2a
--- /dev/null
+++ b/main/xf86-video-fbdev/mibstore.patch
@@ -0,0 +1,29 @@
+From ac293412a01d87f87eb61f4adb9db7486a75d3fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:54:37 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/fbdev.c b/src/fbdev.c
+index cd7ebc5..f5a7378 100644
+--- a/src/fbdev.c
++++ b/src/fbdev.c
+@@ -14,7 +14,6 @@
+ #include "xf86_OSproc.h"
+
+ #include "mipointer.h"
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "colormapst.h"
+ #include "xf86cmap.h"
+@@ -845,7 +844,6 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+
+ xf86SetBlackWhitePixels(pScreen);
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+
+ /* software cursor */
+--
+cgit v0.9.0.2-2-gbebe