# HG changeset patch # User Stefan Monnier # Date 1017690579 0 # Node ID d50a0256aa1b8cc7650f6d0b2413347bd900683e # Parent cca75389b3bf1243c27b51d67569c10b4fb0167f (XTread_socket): Fix int/Lisp_Object confusion. diff -r cca75389b3bf -r d50a0256aa1b src/xterm.c --- 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