The Trunk: 51Deprecated-mt.24.mcz

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

The Trunk: 51Deprecated-mt.24.mcz

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