Revert Unnecessary Changes

clean-linux-x86-64
kusumotonorio 2019-08-10 22:12:52 +09:00
parent bada736a3f
commit 2f2cb869f1
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ ui.backend.cocoa.input-methods.editors io.encodings.utf16n
io.encodings.string classes.struct ; io.encodings.string classes.struct ;
IN: ui.backend.cocoa.views IN: ui.backend.cocoa.views
SLOT: window
: send-mouse-moved ( view event -- ) : send-mouse-moved ( view event -- )
[ mouse-location ] [ drop window ] 2bi [ mouse-location ] [ drop window ] 2bi
[ move-hand fire-motion yield ] [ drop ] if* ; [ move-hand fire-motion yield ] [ drop ] if* ;