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

/ast/src/lib/libtk/generic/
H A DtkVisual.c105 XVisualInfo template, *visInfoList, *bestPtr;
243 visInfoList = XGetVisualInfo(Tk_Display(tkwin), mask, &template,
245 if (visInfoList == NULL) {
268 switch (visInfoList[i].class) {
277 if (visInfoList[i].visual
284 if (visInfoList[i].depth < bestPtr->depth) {
285 if (visInfoList[i].depth >= template.depth) {
288 } else if (visInfoList[i].depth > bestPtr->depth) {
300 bestPtr = &visInfoList[i];
305 XFree((char *) visInfoList);
104 XVisualInfo template, *visInfoList, *bestPtr; local
[all...]

Completed in 10 milliseconds