diff --git a/basis/ui/backend/x11/x11.factor b/basis/ui/backend/x11/x11.factor index ae849610a7..1cb1738007 100644 --- a/basis/ui/backend/x11/x11.factor +++ b/basis/ui/backend/x11/x11.factor @@ -149,7 +149,7 @@ M: world button-up-event { 7 { 1 0 } } } at ; -M: world wheel-event +M: world scroll-event [ [ mouse-event>scroll-direction ] [ event-loc ] bi ] dip send-scroll ;