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

Michel Dänzer michel at tungstengraphics.com
Mon Sep 24 23:44:52 PDT 2007


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.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer




More information about the xorg mailing list