aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-dummy/mibstore.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-07 09:31:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-07 18:23:43 +0000
commita1867e9ce5124f13a0d9babc0815fc9349e24ac3 (patch)
tree10b9bc6c6566e18e193da1080394da64993139a6 /main/xf86-video-dummy/mibstore.patch
parentb0c39c00831187a1b8da554d336e3c89eea48d38 (diff)
downloadaports-a1867e9ce5124f13a0d9babc0815fc9349e24ac3.tar.bz2
aports-a1867e9ce5124f13a0d9babc0815fc9349e24ac3.tar.xz
main/xf86-video-dummy: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-dummy/mibstore.patch')
-rw-r--r--main/xf86-video-dummy/mibstore.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/main/xf86-video-dummy/mibstore.patch b/main/xf86-video-dummy/mibstore.patch
new file mode 100644
index 0000000000..4b0b46ef30
--- /dev/null
+++ b/main/xf86-video-dummy/mibstore.patch
@@ -0,0 +1,31 @@
+From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 12:54:36 +0000
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+---
+diff --git a/src/dummy_driver.c b/src/dummy_driver.c
+index 62066d6..6062c39 100644
+--- a/src/dummy_driver.c
++++ b/src/dummy_driver.c
+@@ -14,9 +14,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"
+
+@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
+ , lines - pScrn->virtualY);
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);
+
+--
+cgit v0.9.0.2-2-gbebe