Searched refs:MAXVISUALSPERDEPTH (Results 1 – 2 of 2) sorted by relevance
21 #define MAXVISUALSPERDEPTH 256 macro
167 depths[0].vids = (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen()215 (VisualID *) malloc(MAXVISUALSPERDEPTH * sizeof(VisualID)); in xnestOpenScreen()218 if (depths[depthIndex].numVids >= MAXVISUALSPERDEPTH) { in xnestOpenScreen()