chithanh 14/05/27 12:41:15 Added: xf86-video-s3-0.6.5-mibstore_h.patch Log: Fix build with newer xorg-server. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 x11-drivers/xf86-video-s3/files/xf86-video-s3-0.6.5-mibstore_h.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-s3/files/xf86-video-s3-0.6.5-mibstore_h.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-s3/files/xf86-video-s3-0.6.5-mibstore_h.patch?rev=1.1&content-type=text/plain Index: xf86-video-s3-0.6.5-mibstore_h.patch =================================================================== >From ed0fbfd27609e897c42d7ab316481a9504746233 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon <[email protected]> Date: Tue, 07 Jan 2014 21:28:58 +0000 Subject: Remove mibstore.h As it was done in numerous other drivers. Fixes compile error. Tested-by: Trevor Woerner <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]> --- diff --git a/src/s3_driver.c b/src/s3_driver.c index 61242ad..85763ba 100644 --- a/src/s3_driver.c +++ b/src/s3_driver.c @@ -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 @@ static Bool S3ScreenInit(SCREEN_INIT_ARGS_DECL) fbPictureInit (pScreen, 0, 0); S3DGAInit(pScreen); - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* framebuffer manager setup */ -- cgit v0.9.0.2-2-gbebe
