Re: [PATCH video-s3] Remove mibstore.h

2014-01-07 Thread Trevor Woerner

On 01/07/14 16:32, Gaetan Nadon wrote:
> As it was done in numerous other drivers. Fixes compile error.
>
> Signed-off-by: Gaetan Nadon 
> ---
>  src/s3_driver.c |2 --
>  1 file changed, 2 deletions(-)
>
> 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 */

Tested-by: Trevor Woerner 
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


[PATCH video-s3] Remove mibstore.h

2014-01-07 Thread Gaetan Nadon
As it was done in numerous other drivers. Fixes compile error.

Signed-off-by: Gaetan Nadon 
---
 src/s3_driver.c |2 --
 1 file changed, 2 deletions(-)

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 */
-- 
1.7.9.5

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel