tim Rowledge uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-tpr.343.mcz==================== Summary ====================
Name: Graphics-tpr.343
Author: tpr
Time: 8 June 2016, 3:42:29.069288 pm
UUID: 8d4d3260-cfd3-420d-b83e-486e998c5512
Ancestors: Graphics-tpr.342
Add the most trivial beginnings of a unix/x11 host window proxy - just enough to run tests to demonstrate that the plugin needs work
=============== Diff against Graphics-tpr.342 ===============
Item was added:
+ HostWindowProxy subclass: #UnixX11WindowProxy
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Graphics-External-Ffenestri'!
Item was added:
+ ----- Method: UnixX11WindowProxy class>>isActiveHostWindowProxyClass (in category 'as yet unclassified') -----
+ isActiveHostWindowProxyClass
+ "Am I active?"
+ ^Smalltalk platformName = 'unix' !
Item was added:
+ ----- Method: UnixX11WindowProxy>>defaultWindowType (in category 'window decorations') -----
+ defaultWindowType!