From e82bbc54121f383ec9d36e215761d44315dd9953 Mon Sep 17 00:00:00 2001 From: Slava Pestov <slava@factorcode.org> Date: Thu, 29 Apr 2010 02:20:17 -0500 Subject: [PATCH] ui.backend.windows: fix compile error --- basis/ui/backend/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/backend/windows/windows.factor b/basis/ui/backend/windows/windows.factor index 9fa73d0311..15f9cd263a 100755 --- a/basis/ui/backend/windows/windows.factor +++ b/basis/ui/backend/windows/windows.factor @@ -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 )