Searched refs:fvlp (Results 1 – 1 of 1) sorted by relevance
683 FakedVisualList *fvlp; in DGACreateColormap() local730 if (!(fvlp = malloc(sizeof(FakedVisualList)))) { in DGACreateColormap()735 fvlp->free = FALSE; in DGACreateColormap()736 fvlp->pVisual = pVisual; in DGACreateColormap()737 fvlp->next = pScreenPriv->fakedVisuals; in DGACreateColormap()738 pScreenPriv->fakedVisuals = fvlp; in DGACreateColormap()