aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-rendition/mibstore.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-07 10:09:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-07 18:23:45 +0000
commit36f423d8c9ba57bab678980ef26af9ffde755485 (patch)
tree89b4fccf96db0071832b61311ee10ee447635026 /main/xf86-video-rendition/mibstore.patch
parentef357e8740832b3571354dc27ce96c32c259af45 (diff)
downloadaports-36f423d8c9ba57bab678980ef26af9ffde755485.tar.bz2
aports-36f423d8c9ba57bab678980ef26af9ffde755485.tar.xz
main/xf86-video-rendition: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-rendition/mibstore.patch')
-rw-r--r--main/xf86-video-rendition/mibstore.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/main/xf86-video-rendition/mibstore.patch b/main/xf86-video-rendition/mibstore.patch
new file mode 100644
index 0000000000..77c4d34dea
--- /dev/null
+++ b/main/xf86-video-rendition/mibstore.patch
@@ -0,0 +1,35 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:54:50 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
++++ b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+
+ xf86SetBlackWhitePixels(pScreen);
+- miInitializeBackingStore(pScreen);
+
+ /*********************************************************/
+ /* The actual setup of the driver-specific code */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
++++ b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include "micmap.h"
+
+--
+cgit v0.9.0.2-2-gbebe