ui.backend.cocoa: fix for the silly error I made in 7bc1009973

db4
Björn Lindqvist 2015-10-29 04:41:36 +01:00
parent 1ee0823e52
commit d4a127211d
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ M:: cocoa-ui-backend (open-window) ( world -- )
window install-window-delegate
view window <window-handle> world handle<<
window f -> makeKeyAndOrderFront:
100 window active?<< ;
100 world active?<< ;
M: cocoa-ui-backend (close-window) ( handle -- )
[