]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket): Test x_output's hourglass_p instead
authorGerd Moellmann <gerd@gnu.org>
Wed, 21 Feb 2001 13:54:09 +0000 (13:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 21 Feb 2001 13:54:09 +0000 (13:54 +0000)
of its busy_p flag.

src/xterm.c

index abe2ee0fd517b78b3693745bffe14ab88d907ba0..c0e752af452ddf7acc8423882fb5a06de9281709 100644 (file)
@@ -10098,7 +10098,7 @@ XTread_socket (sd, bufp, numchars, expected)
              
                /* 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;
              }