changeset 44313:d50a0256aa1b

(XTread_socket): Fix int/Lisp_Object confusion.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 01 Apr 2002 19:49:39 +0000
parents cca75389b3bf
children f76a1425eb34
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Apr 01 17:25:39 2002 +0000
+++ b/src/xterm.c	Mon Apr 01 19:49:39 2002 +0000
@@ -10884,7 +10884,7 @@
 			int area;
 
 			window = window_from_coordinates (f,
-							  XINT (event.xmotion.x), XINT (event.xmotion.y),
+							  event.xmotion.x, event.xmotion.y,
 							  &area, 0);
 
 			/* Window will be selected only when it is not selected now and