Croquet on Linux

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Fri Nov 8 19:57:27 UTC 2002


On Fri, 8 Nov 2002, Withers, Robert wrote:
> once you change the engine to be the GLXUnix engine

Somehow that method did not make it into the changeset.

GLX class>>new

new
	Smalltalk platformName = 'Win32' ifTrue:[^GLXWin32 basicNew initialize].
	Smalltalk platformName = 'unix' ifTrue:[^GLXUnix basicNew initialize].
	Smalltalk platformName = 'Mac OS' ifTrue:[
		"Only OSX for now"
		^GLXMacOSX basicNew initialize
	].
	^self error:'Cannot identify platform'


-- Bert




More information about the Squeak-dev mailing list