[squeak-dev] The Trunk: Graphics-mt.332.mcz

Levente Uzonyi leves at caesar.elte.hu
Sun May 8 19:58:44 UTC 2016


On Sun, 8 May 2016, tim Rowledge wrote:

>
>> On 08-05-2016, at 2:25 AM, Levente Uzonyi <leves at caesar.elte.hu> wrote:
>>
>> On Sat, 7 May 2016, commits at source.squeak.org wrote:
>>
>>> Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
>>> http://source.squeak.org/trunk/Graphics-mt.332.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: Graphics-mt.332
>>> Author: mt
>>> Time: 7 May 2016, 9:48:30.374081 am
>>> UUID: 7fc10c6a-d146-584d-8e94-7153042d37d9
>>> Ancestors: Graphics-nice.331
>>>
>>> Cherry-pick and adapt eToys' way to set the screen size programmatically via HostWindowPlugin.
>>
>> As I mentioned in an earlier discussion, HostWindowProxy doesn't work on Linux. At least not with Cog VMs.
>
> It does on my linux vms, with Cog, for Pi. Which ought to mean for any *nix. It’s how I set the window size for a Scratch release.

[ DisplayScreen hostWindowExtent: 800 @ 600 ]
 	on: Error
 	do: [ :error | error messageText ] 
==> "primitiveWindow:width:height: failed"

((1001 to: 1009) collect: [ :each | Smalltalk getSystemAttribute: each ]) 
joinSeparatedBy: String cr "==>

"unix
linux-gnu
x86_64
Croquet Closure Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.1834]
X11
Unix built on Apr 22 2016 22:27:34 Compiler: 4.4.7 20120313 (Red Hat 4.4.7-4)
CoInterpreter VMMaker.oscog-eem.1834 uuid: 858a9c54-959b-4d7e-b9b3-5f083d37f488 Apr 22 2016
StackToRegisterMappingCogit VMMaker.oscog-eem.1832 uuid: 3e4d6e88-f60d-4a01-930d-7c5895b8a86a Apr 22 2016
VM: r3684 http://www.squeakvm.org/svn/squeak/branches/Cog Date: 2016-04-22 21:32:43 -0700 Plugins: r3639 
http://squeakvm.org/svn/squeak/trunk/platforms/Cross/plugins"

Levente

>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Disclaimer:  Any errors in spelling, tact, or fact are transmission errors.
>
>
>
>


More information about the Squeak-dev mailing list