|
From: Lex S. <lex...@us...> - 2002-03-11 16:03:32
|
Update of /cvsroot/squeak/squeak/platforms/unix/vm
In directory usw-pr-cvs1:/tmp/cvs-serv2480
Modified Files:
sqXWindow.c
Log Message:
for a mouse-wheel event from X, generate just a keyboard event for Squeak,
not a keyboard event AND a mouse event
Index: sqXWindow.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/unix/vm/sqXWindow.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** sqXWindow.c 11 Mar 2002 05:59:29 -0000 1.26
--- sqXWindow.c 11 Mar 2002 16:03:29 -0000 1.27
***************
*** 1017,1020 ****
--- 1017,1022 ----
evt->reserved3= 0;
}
+
+ return;
}
|