On Tue, 25 Jan 2011 13:31:55 +0200, Pauli Nieminen <[email protected]> wrote: > > pScrn = xf86Screens[scrnIndex]; > > + if (pScrn->modes == NULL) > > + return FALSE; > > + > > Should we check for missing pScrn->modes in VidModeAvailable?
I interpreted that as 'is the VidMode extension enabled for this screen?' Which is obviously a separate question from whether there are any modes available. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
