diff options
| author | Richard M. Stallman | 1996-08-31 02:44:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-31 02:44:14 +0000 |
| commit | aa8bff2e105ca9f38304c14303097799832ffc77 (patch) | |
| tree | 24e3275e6db0c3b0fbab4021fda34da6e254b976 /src | |
| parent | f5e278c7c920bd4c316a6103e1c5e5c71a48887a (diff) | |
| download | emacs-aa8bff2e105ca9f38304c14303097799832ffc77.tar.gz emacs-aa8bff2e105ca9f38304c14303097799832ffc77.zip | |
(XTupdate_end): Always clear mouse_face_defer flag.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 1 insertions, 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) | |||
| 391 | do_line_dance (); | 391 | do_line_dance (); |
| 392 | x_display_cursor (f, 1, curs_x, curs_y); | 392 | x_display_cursor (f, 1, curs_x, curs_y); |
| 393 | 393 | ||
| 394 | if (f == FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_frame) | 394 | FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0; |
| 395 | FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0; | ||
| 396 | #if 0 | 395 | #if 0 |
| 397 | /* This fails in the case of having updated only the echo area | 396 | /* This fails in the case of having updated only the echo area |
| 398 | if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS | 397 | if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS |