diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:12:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:45 +0000 |
commit | 0a28c3fc0c3538c6014a21ce96ed14ed2a0a981b (patch) | |
tree | 0423d2297b15073059e217f51746116edb6581bd /main/xf86-video-tdfx/0001-Remove-mibstore.h.patch | |
parent | 12dc764e3a6842aa60a59f29aca17e4dc46e3809 (diff) | |
download | aports-0a28c3fc0c3538c6014a21ce96ed14ed2a0a981b.tar.bz2 aports-0a28c3fc0c3538c6014a21ce96ed14ed2a0a981b.tar.xz |
main/xf86-video-tdfx: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-tdfx/0001-Remove-mibstore.h.patch')
-rw-r--r-- | main/xf86-video-tdfx/0001-Remove-mibstore.h.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/main/xf86-video-tdfx/0001-Remove-mibstore.h.patch b/main/xf86-video-tdfx/0001-Remove-mibstore.h.patch new file mode 100644 index 0000000000..e0d229cc6d --- /dev/null +++ b/main/xf86-video-tdfx/0001-Remove-mibstore.h.patch @@ -0,0 +1,36 @@ +From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Tue, 25 Sep 2012 08:54:59 -0400 +Subject: [PATCH] Remove mibstore.h + +Signed-off-by: Adam Jackson <ajax@redhat.com> +--- + src/tdfx_driver.c | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c +index ddd5431..412da07 100644 +--- a/src/tdfx_driver.c ++++ b/src/tdfx_driver.c +@@ -62,10 +62,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" +@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) { + } + } + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + xf86SetSilkenMouse(pScreen); + +-- +1.8.0.2 + |