aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
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