[PATCH RESEND video-ark] Remove usage of mibstore.h (removed from server)

Alex Deucher alexdeucher at gmail.com
Thu Sep 26 05:38:33 PDT 2013


On Thu, Sep 26, 2013 at 8:24 AM, Gaetan Nadon <memsize at videotron.ca> wrote:
> The module had a compile error for this missing header file.
>
> Changes similar to vmware commit
> 23d87c92b7211cc5249eefe4ab3a2c7f370e279e
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>                 *** This driver is still part of X.Org releases
>
>  src/ark_driver.c |    2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/ark_driver.c b/src/ark_driver.c
> index b7c287c..65cfe84 100644
> --- a/src/ark_driver.c
> +++ b/src/ark_driver.c
> @@ -39,7 +39,6 @@
>  #include "compiler.h"
>  #include "mipointer.h"
>  #include "micmap.h"
> -#include "mibstore.h"
>  #include "fb.h"
>  #include "ark.h"
>
> @@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_ARGS_DECL)
>
>         fbPictureInit (pScreen, 0, 0);
>
> -       miInitializeBackingStore(pScreen);
>         xf86SetBackingStore(pScreen);
>
>         if (!pARK->NoAccel) {
> --
> 1.7.9.5
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list