From aa8bff2e105ca9f38304c14303097799832ffc77 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Aug 1996 02:44:14 +0000 Subject: [PATCH] (XTupdate_end): Always clear mouse_face_defer flag. --- src/xterm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 3b852a63622..93c906ef67c 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -391,8 +391,7 @@ XTupdate_end (f) do_line_dance (); x_display_cursor (f, 1, curs_x, curs_y); - if (f == FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_frame) - FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0; + FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0; #if 0 /* This fails in the case of having updated only the echo area if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS -- 2.39.2