[squeak-dev] The Trunk: 60Deprecated-mt.76.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 17 10:00:32 UTC 2020


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.76.mcz

==================== Summary ====================

Name: 60Deprecated-mt.76
Author: mt
Time: 17 May 2020, 12:00:30.541517 pm
UUID: eca7361f-d589-2544-a5e6-74b28a8b01cf
Ancestors: 60Deprecated-mt.75

Complements Graphics-mt.432

=============== Diff against 60Deprecated-mt.75 ===============

Item was changed:
  ----- Method: DisplayScreen class>>hostWindowSize: (in category '*60Deprecated') -----
  hostWindowSize: aPoint 
  	self deprecated: 'Use ', #hostWindowExtent:.
+ 	self hostWindowExtent: aPoint.
- 	self primitiveWindowSize: self hostWindowIndex width: aPoint x heigth: aPoint y
  !



More information about the Squeak-dev mailing list