[Pkg] The Trunk: 51Deprecated-mt.24.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 17 17:41:54 UTC 2016


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

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

Name: 51Deprecated-mt.24
Author: mt
Time: 17 April 2016, 7:41:48.854544 pm
UUID: 22a8e1a0-f1d3-da45-a6ff-0f995584ec75
Ancestors: 51Deprecated-mt.23

Deprecated.

=============== Diff against 51Deprecated-mt.23 ===============

Item was added:
+ ----- Method: DummyUIManager>>checkForNewDisplaySize (in category '*51Deprecated') -----
+ checkForNewDisplaySize
+ 
+ 	self deprecated: 'Use Display >> #checkForNewScreenSize. Note that is actually no task for the UI manager. It belongs to the projects main loop.'.
+ 	Display extent = DisplayScreen actualScreenSize ifTrue: [^ self].
+ 	DisplayScreen startUp.!



More information about the Packages mailing list