Searched defs:vmatches (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c1620 XVisualInfo *vmatches = NULL; local
1643 vmatches =
1649 if (vmatches != NULL)
1653 XVisualInfo *visual_info = &vmatches[i];
1736 XFree(vmatches);
1751 vmatches =
1755 if (vmatches == NULL)
1765 g_visual = vmatches[0].visual;
1766 g_depth = vmatches[0].depth;

Completed in 52 milliseconds