The Trunk: Graphics-bf.338.mcz

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

The Trunk: Graphics-bf.338.mcz

commits-2
Bert Freudenberg uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-bf.338.mcz

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

Name: Graphics-bf.338
Author: bf
Time: 12 May 2016, 11:41:33.008808 am
UUID: bba96f0e-d745-4368-a35b-fae22934052a
Ancestors: Graphics-mt.337

Remove unnecessary primitive.

=============== Diff against Graphics-mt.337 ===============

Item was removed:
- ----- Method: DisplayScreen class>>hostWindowExtent (in category 'host window access') -----
- hostWindowExtent
-
- ^ self primitiveWindowSize: self hostWindowIndex
- !

Item was removed:
- ----- Method: DisplayScreen class>>primitiveWindowSize: (in category 'primitives - host window access') -----
- primitiveWindowSize: id
-
- <primitive: 'primitiveHostWindowSize' module: 'HostWindowPlugin'>
- ^self primitiveFailed!