diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 09:52:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:44 +0000 |
commit | ab07699b0c9aa83a2fef0b81725155cc0db3fea6 (patch) | |
tree | d74342d9d52ab38a42721e822f3f7de1992b05d1 /main/xf86-video-i740/mibstore.patch | |
parent | e892789ccde55c4d9cb0c094a01787f5d9ac1af9 (diff) | |
download | aports-ab07699b0c9aa83a2fef0b81725155cc0db3fea6.tar.bz2 aports-ab07699b0c9aa83a2fef0b81725155cc0db3fea6.tar.xz |
main/xf86-video-i740: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-i740/mibstore.patch')
-rw-r--r-- | main/xf86-video-i740/mibstore.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/main/xf86-video-i740/mibstore.patch b/main/xf86-video-i740/mibstore.patch new file mode 100644 index 000000000..a33dc7e3d --- /dev/null +++ b/main/xf86-video-i740/mibstore.patch @@ -0,0 +1,32 @@ +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 |