summaryrefslogtreecommitdiffstats
path: root/main/xf86-video-chips/mibstore.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-07 09:28:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-07 18:23:43 +0000
commitc0b931cbafc37091dd940162bbc0e5e08b554e3a (patch)
tree283a0b897e6d72eddbb5987fb4abb9bf58c8c3a6 /main/xf86-video-chips/mibstore.patch
parent4fc10f336cb8bdcd3c5ea6e46adc9b7da5b45415 (diff)
downloadaports-c0b931cbafc37091dd940162bbc0e5e08b554e3a.tar.bz2
aports-c0b931cbafc37091dd940162bbc0e5e08b554e3a.tar.xz
main/xf86-video-chips: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-chips/mibstore.patch')
-rw-r--r--main/xf86-video-chips/mibstore.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/main/xf86-video-chips/mibstore.patch b/main/xf86-video-chips/mibstore.patch
new file mode 100644
index 000000000..bfd94181e
--- /dev/null
+++ b/main/xf86-video-chips/mibstore.patch
@@ -0,0 +1,39 @@
+From 151a1ec855a9ada44907cb6bef06a71e9080504b Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:54:34 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/ct_driver.c b/src/ct_driver.c
+index 6f3a5d4..effbc60 100644
+--- a/src/ct_driver.c
++++ b/src/ct_driver.c
+@@ -96,9 +96,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 banking wrapper need this */
+ #ifdef HAVE_ISA
+ #include "mibank.h"
+@@ -4145,7 +4142,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+ pBankInfo = NULL;
+ return FALSE;
+ }
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+
+ /* Initialise cursor functions */
+@@ -4296,7 +4292,6 @@ CHIPSScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ #ifdef ENABLE_SILKEN_MOUSE
+ xf86SetSilkenMouse(pScreen);
+--
+cgit v0.9.0.2-2-gbebe