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 abe2ee0fd51..c0e752af452 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10098,7 +10098,7 @@ XTread_socket (sd, bufp, numchars, expected)
10098 10098
10099 /* EnterNotify counts as mouse movement, 10099 /* EnterNotify counts as mouse movement,
10100 so update things that depend on mouse position. */ 10100 so update things that depend on mouse position. */
10101 if (f && !f->output_data.x->busy_p) 10101 if (f && !f->output_data.x->hourglass_p)
10102 note_mouse_movement (f, &event.xmotion); 10102 note_mouse_movement (f, &event.xmotion);
10103 goto OTHER; 10103 goto OTHER;
10104 } 10104 }