Bugzilla – Attachment #71607: Fix for ARGB visual issue in rdesktop for bug #155335
{
if ((vmatches + nvisuals)->depth > g_depth)
if ((vmatches + nvisuals)->depth != 32)
g_depth = (vmatches + nvisuals)->depth;
}
nvisuals--;