From: Stefan Monnier Date: Mon, 1 Apr 2002 19:49:39 +0000 (+0000) Subject: (XTread_socket): Fix int/Lisp_Object confusion. X-Git-Tag: ttn-vms-21-2-B4~15849 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fc8f792bac83d74d121d0421a055d77b2f9d264;p=emacs.git (XTread_socket): Fix int/Lisp_Object confusion. --- diff --git a/src/xterm.c b/src/xterm.c index 7962d1b4d53..bf1e01198cf 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10884,7 +10884,7 @@ XTread_socket (sd, bufp, numchars, expected) 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