[ENH] maximumSupportedDisplayDepth

John M McIntosh johnmci at smalltalkconsulting.com
Sun Jan 6 06:38:19 UTC 2002


>from preamble:
>
>"Change Set:		maximumSupportedDisplayDepth
>Date:			5 January 2002
>Author:			stephane ducasse
>
Two methods to calculate and the maximum display depth."!

MMM some VMs like the mac are guilty of just returning true
	switch (depth) {
	case 1:
	case 2:
	case 4:
	case 8:
	case 16:
	case 32:
		return true;
	}
	return false;

I'll look at fixing this in a 3.2.2 mac VM.

-- 
--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================




More information about the Squeak-dev mailing list