Re: The Trunk: Graphics-fbs.277.mcz

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

Re: The Trunk: Graphics-fbs.277.mcz

Frank Shearar-3
On 1 November 2013 09:02,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of Graphics to project The Trunk:
> http://source.squeak.org/trunk/Graphics-fbs.277.mcz
>
> ==================== Summary ====================
>
> Name: Graphics-fbs.277
> Author: fbs
> Time: 1 November 2013, 9:02:17.694 am
> UUID: fbf825b5-7f97-9c48-9a35-93c4f1a1b1f4
> Ancestors: Graphics-nice.276
>
> Defer display depth changes to the current UIManager.
>
> (Remove the one-shot workarounds in the pre/postambles, as per Nicolas Cellier's suggestion.)
>
> =============== Diff against Graphics-nice.276 ===============

* update-fbs.264 upgrades the UIManagers (and also adds CommandLine)
* update-fbs.265 then upgrades Display

I've tried it out by saving & quitting the image, and running:

    Display newDepth: 16.
    Display newDepth: 32.

frank