diff options
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 */ |