xf86-video-intel: Branch 'glucose' - src/i830_video.c

José Fonseca jrfonseca at tungstengraphics.com
Tue Sep 25 01:18:58 PDT 2007


On 9/25/07, Michel Dänzer <michel at tungstengraphics.com> wrote:
> On Mon, 2007-09-24 at 12:36 -0700, Jose Fonseca wrote:
> >
> > -    if (!pI830->useEXA &&
> > +    if (!pI830->AccelMethod == USE_EXA &&
>
> I wonder if this does what's intended - might be better to write
>
>     if (pI830->AccelMethod != USE_EXA &&
>
> just in case.

You're right. Fixed. Thanks.

José



More information about the xorg mailing list