<div dir="ltr">Hi All,<div><br></div><div>So where should this go?  It doesn't belong in any of the projects on <a href="http://source.squeak.org">source.squeak.org</a> except the inbox, and that's just a temporary holding pen.  Should we have a Miscellaneous project? An Extras project?  Should it live somewhere else (please no)?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 20, 2017 at 2:23 PM,  <span dir="ltr"><<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A new version of GraphicsExternal was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/GraphicsExternal-cbc.2.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>inbox/GraphicsExternal-cbc.2.<wbr>mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: GraphicsExternal-cbc.2<br>
Author: cbc<br>
Time: 20 April 2017, 2:23:29.777447 pm<br>
UUID: 7a5bf028-13ba-7443-a625-<wbr>08ecf802fdcf<br>
Ancestors: GraphicsExternal-cbc.1<br>
<br>
Move some Form methods only used in conjuction with our classes into this package.<br>
<br>
=============== Diff against GraphicsExternal-cbc.1 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Form>>displayScreen (in category '*GraphicsExternal') -----<br>
+ displayScreen<br>
+       "Return the display screen the receiver is allocated on.<br>
+       Forms in general are Squeak internal and not allocated on any particular display."<br>
+       ^nil!<br>
<br>
Item was added:<br>
+ ----- Method: Form>>isBltAccelerated:for: (in category '*GraphicsExternal') -----<br>
+ isBltAccelerated: ruleInteger for: sourceForm<br>
+       "Return true if the receiver can perform accelerated blts operations by itself"<br>
+       ^false!<br>
<br>
Item was added:<br>
+ ----- Method: Form>>isExternalForm (in category '*GraphicsExternal') -----<br>
+ isExternalForm<br>
+       ^false!<br>
<br>
Item was added:<br>
+ ----- Method: Form>>isFillAccelerated:for: (in category '*GraphicsExternal') -----<br>
+ isFillAccelerated: ruleInteger for: aColor<br>
+       "Return true if the receiver can perform accelerated fill operations by itself"<br>
+       ^false!<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div>