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- [email protected]
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel