changeset 36251:94d6ad393a74

(XTread_socket): Test x_output's hourglass_p instead of its busy_p flag.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Feb 2001 13:54:09 +0000
parents 3c4e5b3d7c4a
children a8630c63f7d5
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Feb 21 13:52:52 2001 +0000
+++ b/src/xterm.c	Wed Feb 21 13:54:09 2001 +0000
@@ -10098,7 +10098,7 @@
 	      
 		/* EnterNotify counts as mouse movement,
 		   so update things that depend on mouse position.  */
-		if (f && !f->output_data.x->busy_p)
+		if (f && !f->output_data.x->hourglass_p)
 		  note_mouse_movement (f, &event.xmotion);
 		goto OTHER;
 	      }