Searched refs:pVInfos (Results 1 – 1 of 1) sorted by relevance
420 XVisualInfo* pVInfos = XGetVisualInfo( pDisplay, VisualScreenMask, in BestVisual() local431 if ( pVInfos[i].screen != nScreen ) in BestVisual()436 if( pVInfos[i].c_class == TrueColor ) in BestVisual()439 if( pVInfos[i].depth == 24 ) in BestVisual()442 else if( pVInfos[i].depth == 8 ) in BestVisual()449 else if( pVInfos[i].depth == 15 ) in BestVisual()453 else if( pVInfos[i].depth == 16 ) in BestVisual()457 else if( pVInfos[i].depth == 32 ) in BestVisual()466 else if( pVInfos[i].c_class == PseudoColor ) in BestVisual()468 if( pVInfos[i].depth <= 8 ) in BestVisual()[all …]