Comment 16 for bug 237993

Revision history for this message
Bryce Harrington (bryce) wrote :

Looks like I fixed this one already for bug 300310, uploaded as version 2:1.5.99.902-0ubuntu2

    pScrn = xf86Screens[scrnIndex];
    pVidMode = VMPTR(pScrn->pScreen);
    if (pScrn->modes == NULL)
        return FALSE;

    pVidMode->First = pScrn->modes;
    pVidMode->Next = pVidMode->First->next;