Searched refs:oldpmap (Results 1 – 3 of 3) sorted by relevance
117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local124 if (pColormap != oldpmap) { in winInstallColormap()131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local59 if (pmap != oldpmap) { in miInstallColormap()62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap() local398 if (pmap != oldpmap) { in vfbInstallColormap()