summarylogtreecommitdiffstats
path: root/git-fixes.patch
diff options
context:
space:
mode:
authorLaurent Carlier2017-01-14 21:24:16 +0100
committerLaurent Carlier2017-01-14 21:24:16 +0100
commit013445bc2f3ac22ae94946550a723249d686fbc5 (patch)
treeef7b8b7f6abce15daa561e027750f1e4eebf5641 /git-fixes.patch
downloadaur-xf86-video-tseng.tar.gz
moved from extra
Diffstat (limited to 'git-fixes.patch')
-rw-r--r--git-fixes.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/git-fixes.patch b/git-fixes.patch
new file mode 100644
index 000000000000..88f9cc570128
--- /dev/null
+++ b/git-fixes.patch
@@ -0,0 +1,31 @@
+From d2d5c8437e401181f56804cc68594c4831a0983d Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:55:02 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/tseng_driver.c b/src/tseng_driver.c
+index ffafb19..0db62e5 100644
+--- a/src/tseng_driver.c
++++ b/src/tseng_driver.c
+@@ -39,9 +39,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "fb.h"
+
+ #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
+ }
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+ /* Initialise cursor functions */
+ miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
+--
+cgit v0.9.0.2-2-gbebe