[squeak-dev] The Trunk: Balloon-bf.25.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 8 00:29:23 UTC 2014


Bert Freudenberg uploaded a new version of Balloon to project The Trunk:
http://source.squeak.org/trunk/Balloon-bf.25.mcz

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

Name: Balloon-bf.25
Author: bf
Time: 8 December 2014, 1:28:08.723 am
UUID: a70d4874-08d4-4e1b-be4a-6668c5c55d45
Ancestors: Balloon-nice.24

Restore timestamps lost in assignment conversion.

=============== Diff against Balloon-nice.24 ===============

Item was changed:
  ----- Method: BalloonEngine>>initialize (in category 'initialize') -----
  initialize
  	externals := OrderedCollection new: 100.
  	span := Bitmap new: 2048.
  	bitBlt := nil.
  	self bitBlt: ((BitBlt toForm: Display) destRect: Display boundingBox; yourself).
  	forms := #().
  	deferred := false.!



More information about the Squeak-dev mailing list