comparison src/xterm.c @ 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 90abb8476f40
children ff9f7aee02c8
comparison
equal deleted inserted replaced
44312:cca75389b3bf 44313:d50a0256aa1b
10882 { 10882 {
10883 Lisp_Object window; 10883 Lisp_Object window;
10884 int area; 10884 int area;
10885 10885
10886 window = window_from_coordinates (f, 10886 window = window_from_coordinates (f,
10887 XINT (event.xmotion.x), XINT (event.xmotion.y), 10887 event.xmotion.x, event.xmotion.y,
10888 &area, 0); 10888 &area, 0);
10889 10889
10890 /* Window will be selected only when it is not selected now and 10890 /* Window will be selected only when it is not selected now and
10891 last mouse movement event was not in it. Minibuffer window 10891 last mouse movement event was not in it. Minibuffer window
10892 will be selected iff it is active. */ 10892 will be selected iff it is active. */