ui.backend.windows: fix compile error

db4
Slava Pestov 2010-04-29 02:20:17 -05:00
parent 1672c34f9f
commit e82bbc5412
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ SYMBOL: nc-buttons
message>button nc-buttons get
swap [ push ] [ remove! drop ] if ;
: mouse-wheel ( wParam -- array )
: mouse-scroll ( wParam -- array )
>lo-hi [ -120 /f ] map ;
: mouse-event>gesture ( uMsg -- button )