From 98d3c785256f792b858dcfc386e967ec7ad6b40b Mon Sep 17 00:00:00 2001 From: slava Date: Thu, 23 Mar 2006 21:02:14 +0000 Subject: [PATCH] Fix typo --- library/x11/ui.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/x11/ui.factor b/library/x11/ui.factor index 49876eb47d..b66b1f3bc4 100644 --- a/library/x11/ui.factor +++ b/library/x11/ui.factor @@ -23,7 +23,8 @@ M: world button-up-event ( event world -- ) drop XButtonEvent-button send-button-up ; M: world wheel-event ( event world -- ) - drop XButtonEvent-button H{ { 4 -1 } { 5 1 } } send-wheel ; + drop XButtonEvent-button + H{ { 4 -1 } { 5 1 } } hash send-wheel ; M: world motion-event ( event world -- ) >r dup XMotionEvent-x swap XMotionEvent-y 0 3array r>