logo       

Re: Croquet on Linux: msg#00326

lang.smalltalk.squeak.general

Subject: Re: Croquet on Linux

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





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise