Searched refs:vislist (Results 1 – 1 of 1) sorted by relevance
742 XVisualInfo *vislist, vistemplate; in choose_x_overlay_visual() local764 vislist = XGetVisualInfo( dpy, VisualIDMask | VisualScreenMask, in choose_x_overlay_visual()771 if (preferred_class!=DONT_CARE && preferred_class!=vislist->CLASS) { in choose_x_overlay_visual()777 if (vislist->CLASS != TrueColor && vislist->CLASS != DirectColor) in choose_x_overlay_visual()780 if (deepvis==NULL || vislist->depth > deepest) { in choose_x_overlay_visual()785 deepest = vislist->depth; in choose_x_overlay_visual()786 deepvis = vislist; in choose_x_overlay_visual()