[squeak-dev] The Trunk: ST80-mt.209.mcz

commits at source.squeak.org commits at source.squeak.org
Sat May 7 07:59:54 UTC 2016


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

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

Name: ST80-mt.209
Author: mt
Time: 7 May 2016, 9:59:23.658081 am
UUID: b0c4428b-d86f-5144-acb2-af1de3d9715b
Ancestors: ST80-mt.208

Update fullscreen on/off calls to use DisplayScreen.

=============== Diff against ST80-mt.208 ===============

Item was changed:
  ----- Method: ScreenController>>fullScreenOff (in category 'menu messages') -----
  fullScreenOff
  
+ 	DisplayScreen fullScreenOff.!
- 	Project current fullScreenOff!

Item was changed:
  ----- Method: ScreenController>>fullScreenOn (in category 'menu messages') -----
  fullScreenOn
  
+ 	DisplayScreen fullScreenOn.!
- 	Project current fullScreenOn!



More information about the Squeak-dev mailing list