cocoa: windows -> ui-windows

db4
Doug Coleman 2015-06-10 16:05:11 -07:00
parent 2451fea0a1
commit fb8d601c20
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ M: pasteboard set-clipboard-contents
#! after register-window.
dup { 0 0 } = [
drop
windows get-global length 1 <= [ -> center ] [
windows get-global last second window-loc>>
ui-windows get-global length 1 <= [ -> center ] [
ui-windows get-global last second window-loc>>
dupd first2 <CGPoint> -> cascadeTopLeftFromPoint:
-> setFrameTopLeftPoint:
] if