'From etoys4.0 of 9 October 2008 [latest update: #2253] on 22 August 2009 at 1:30:02 am'! "Change Set: hostWindowSize-bf Date: 22 August 2009 Author: Bert Freudenberg Add DisplayScreen class>>hostWindowSize: to change the window size"! !DisplayScreen class methodsFor: 'host window access' stamp: 'bf 8/22/2009 01:27'! hostWindowSize: aPoint self primitiveWindowSize: self hostWindowIndex width: aPoint x heigth: aPoint y ! ! !DisplayScreen class methodsFor: 'host window access' stamp: 'bf 8/22/2009 01:26'! primitiveWindowSize: id width: width heigth: height "ignore failure"! !