<p></p>
<p>I <em>think</em> you're being misled by git diffs.  here's the actual switch in the source</p>
<pre lang="switch" data-meta="(windowType) {"><code>        NSRect frame = [window frame];
        NSRect screen = [[window screen] frame];
        evt.value1 = frame.origin.x;
        evt.value2 = screen.size.height - (frame.size.height + frame.origin.y);
        evt.value3 = frame.size.width;
        evt.value4 = frame.size.height;
        break;
    default:
        evt.value1 = 0;
        evt.value2 = 0;
        evt.value3 = 0;
        evt.value4 = 0;
    }```

That's quite regular, right?  It's wrong, because the image wants left/top/right/bottom, not left/top/width/height, but... :-)
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/0361fc33d5f72b153b098f6400bad9b664a2625f#commitcomment-43207067">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW4DHORKKXAGSC466W3SKRVQLANCNFSM4SOKW32Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW2HTX7JBPSLUIUQRRDSKRVQLA5CNFSM4SOKW322YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBJGSM3.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/0361fc33d5f72b153b098f6400bad9b664a2625f#commitcomment-43207067",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/0361fc33d5f72b153b098f6400bad9b664a2625f#commitcomment-43207067",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>