The Trunk: 60Deprecated-mt.76.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-mt.76.mcz

commits-2
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
  !