aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-i128/mibstore.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-07 09:50:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-07 18:23:44 +0000
commite892789ccde55c4d9cb0c094a01787f5d9ac1af9 (patch)
tree130e0943143c549d0b6240b56196b0677d926c30 /main/xf86-video-i128/mibstore.patch
parentec4c1531a0dc150044cdd99ee944cdd5881c90bb (diff)
downloadaports-e892789ccde55c4d9cb0c094a01787f5d9ac1af9.tar.bz2
aports-e892789ccde55c4d9cb0c094a01787f5d9ac1af9.tar.xz
main/xf86-video-i128: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-i128/mibstore.patch')
-rw-r--r--main/xf86-video-i128/mibstore.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/main/xf86-video-i128/mibstore.patch b/main/xf86-video-i128/mibstore.patch
new file mode 100644
index 0000000000..b42a6c8f1f
--- /dev/null
+++ b/main/xf86-video-i128/mibstore.patch
@@ -0,0 +1,30 @@
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:54:40 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- a/src/i128_driver.c
++++ b/src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+
+--
+cgit v0.9.0.2-2-gbebe