]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket): Fix int/Lisp_Object confusion.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 19:49:39 +0000 (19:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 19:49:39 +0000 (19:49 +0000)
src/xterm.c

index 7962d1b4d53b1bb5b26965c9e7005caee5f8a32a..bf1e01198cf828026fde22bfc26bc17d7ee53c26 100644 (file)
@@ -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