summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2015-02-21 20:48:25 +0000
committerMatt Turner <mattst88@gentoo.org>2015-02-21 20:48:25 +0000
commitcdf7a7cbc09f80dabb8f5e72547124be0b7b9c14 (patch)
tree89cda2bc9d28d4043aef724ad0e292e06c730a77 /x11-drivers/xf86-video-i740/files
parentNew package, dependency of dev-perl/MongoDB (diff)
downloadhistorical-cdf7a7cbc09f80dabb8f5e72547124be0b7b9c14.tar.gz
historical-cdf7a7cbc09f80dabb8f5e72547124be0b7b9c14.tar.bz2
historical-cdf7a7cbc09f80dabb8f5e72547124be0b7b9c14.zip
Drop old.
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0x974CA72A
Diffstat (limited to 'x11-drivers/xf86-video-i740/files')
-rw-r--r--x11-drivers/xf86-video-i740/files/xf86-video-i740-1.3.4-remove-mibstore_h.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-drivers/xf86-video-i740/files/xf86-video-i740-1.3.4-remove-mibstore_h.patch b/x11-drivers/xf86-video-i740/files/xf86-video-i740-1.3.4-remove-mibstore_h.patch
deleted file mode 100644
index a33dc7e3db67..000000000000
--- a/x11-drivers/xf86-video-i740/files/xf86-video-i740-1.3.4-remove-mibstore_h.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 084aa23643bf4245c917e3d672576bc9e5717017 Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Thu, 10 Jan 2013 03:21:52 +0000
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
-diff --git a/src/i740_driver.c b/src/i740_driver.c
-index 1c82198..7c1051d 100644
---- a/src/i740_driver.c
-+++ b/src/i740_driver.c
-@@ -63,10 +63,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- #include "compiler.h"
-
--/* Drivers using the mi implementation of backing store need: */
--
--#include "mibstore.h"
--
- /* All drivers using the vgahw module need this */
- /* This driver needs to be modified to not use vgaHW for multihead operation */
- #include "vgaHW.h"
-@@ -1558,7 +1554,6 @@ I740ScreenInit(SCREEN_INIT_ARGS_DECL) {
- }
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
---
-cgit v0.9.0.2-2-gbebe