View | Details | Raw Unified | Return to bug 155335
Collapse All | Expand All

(-)../rdesktop-1.4.1/xwin.c (+1 lines)
Lines 989-994 Link Here
989
	{
989
	{
990
		if ((vmatches + nvisuals)->depth > g_depth)
990
		if ((vmatches + nvisuals)->depth > g_depth)
991
		{
991
		{
992
			if ((vmatches + nvisuals)->depth != 32)
992
			g_depth = (vmatches + nvisuals)->depth;
993
			g_depth = (vmatches + nvisuals)->depth;
993
		}
994
		}
994
		nvisuals--;
995
		nvisuals--;

Return to bug 155335