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

/xsrc/external/mit/glw/dist/
H A DGLwDrawA.c431 static struct cmapCache { Visual *visual; Colormap cmap; } *cmapCache; local in function:createColormap
440 if(cmapCache[i].visual==w->glwDrawingArea.visualInfo->visual){
441 value->addr=(XtPointer)(&cmapCache[i].cmap);
454 cmapCache=(struct cmapCache*)XtMalloc(sizeof(struct cmapCache));
458 cmapCache=(struct cmapCache*)XtRealloc((char*)cmapCache,sizeo
[all...]

Completed in 7 milliseconds