[FIX] World startup

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Tue May 23 20:10:58 UTC 2000


Makes the world resize to the Display extent on start up. Before this fix,
the -fullscreen VM option caused the world to occupy only the saved
window extent.

-- Bert
-------------- next part --------------
'From Squeak2.8alpha of 18 January 2000 [latest update: #2158] on 23 May 2000 at 2:51:46 pm'!
"Change Set:		worldstartup-bf
Date:			23 May 2000
Author:			Bert Freudenberg

Makes the world resize to the Display extent on start up. Before this fix, the -fullscreen VM option caused the world to occupy only the saved window extent."!


!PasteUpMorph class methodsFor: 'project' stamp: 'bf 5/23/2000 12:12'!
startUp
	Smalltalk isMorphic ifTrue: [World restoreDisplay]! !



More information about the Squeak-dev mailing list