On Thu, Sep 26, 2013 at 8:24 AM, Gaetan Nadon <[email protected]> wrote: > The module had a compile error for this missing header file. > > Changes similar to vmware commit > 23d87c92b7211cc5249eefe4ab3a2c7f370e279e > > Signed-off-by: Gaetan Nadon <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > *** 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 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
