Searched refs:oldcmap (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cindex.c168 GLUTcolormap *oldcmap, *newcmap; local in function:glutCopyColormap
172 oldcmap = __glutCurrentWindow->colormap;
176 oldcmap = __glutCurrentWindow->overlay->colormap;
185 if (!oldcmap) {
195 if (newcmap == oldcmap) {
201 if (newcmap->visual->visualid == oldcmap->visual->visualid) {
204 __glutFreeColormap(oldcmap);

Completed in 2 milliseconds