diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 10:14:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-07 18:23:45 +0000 |
commit | 3fe7f19b5a981416cd775a5704ab4a7457c640ea (patch) | |
tree | 46988a0930258501e578a9ba53c28a7c967a8fec /main/xf86-video-s3/mibstore.patch | |
parent | 36f423d8c9ba57bab678980ef26af9ffde755485 (diff) | |
download | aports-3fe7f19b5a981416cd775a5704ab4a7457c640ea.tar.bz2 aports-3fe7f19b5a981416cd775a5704ab4a7457c640ea.tar.xz |
main/xf86-video-s3: rebuild against xorg-server-1.14
Diffstat (limited to 'main/xf86-video-s3/mibstore.patch')
-rw-r--r-- | main/xf86-video-s3/mibstore.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/xf86-video-s3/mibstore.patch b/main/xf86-video-s3/mibstore.patch new file mode 100644 index 0000000000..fbec7122dc --- /dev/null +++ b/main/xf86-video-s3/mibstore.patch @@ -0,0 +1,18 @@ +--- ./src/s3_driver.c.orig 2013-03-07 10:10:59.468190736 +0000 ++++ ./src/s3_driver.c 2013-03-07 10:11:57.695325050 +0000 +@@ -52,7 +52,6 @@ + #include "compiler.h" + #include "mipointer.h" + #include "micmap.h" +-#include "mibstore.h" + #include "fb.h" + #include "inputstr.h" + #include "shadowfb.h" +@@ -822,7 +821,6 @@ + fbPictureInit (pScreen, 0, 0); + S3DGAInit(pScreen); + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + + /* framebuffer manager setup */ |