On 05/14/12 09:41 AM, Dave Airlie wrote:
> This removes all xf86Screens usage from ddc code,
> it modifies the API for some functions to avoid taking indices.

> -    if (!(dev = DDC2Init(scrnIndex, pBus)))
> +    if (!(dev = DDC2Init(pScrn->scrnIndex, pBus)))

It looks like DDC2Init never uses the scrnIndex you pass in - any reason
you didn't remove the index argument from it's API as well?

-- 
        -Alan Coopersmith-              alan.coopersm...@oracle.com
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
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

Reply via email to