diff options
| author | Kim F. Storm | 2004-04-05 21:55:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-05 21:55:16 +0000 |
| commit | 40d0e2815a9db4906494e61056f6158758440055 (patch) | |
| tree | 816f34dcc09caec7c6779890df33c8a0dff84a21 /src | |
| parent | 867756d80a78707fcb32e8aae7403810cbc5ae6f (diff) | |
| download | emacs-40d0e2815a9db4906494e61056f6158758440055.tar.gz emacs-40d0e2815a9db4906494e61056f6158758440055.zip | |
(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8bdf3fec4ec..da875b6156f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6190,8 +6190,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) | |||
| 6190 | 6190 | ||
| 6191 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)) | 6191 | if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)) |
| 6192 | { | 6192 | { |
| 6193 | dpyinfo->mouse_face_hidden = 1; | ||
| 6194 | clear_mouse_face (dpyinfo); | 6193 | clear_mouse_face (dpyinfo); |
| 6194 | dpyinfo->mouse_face_hidden = 1; | ||
| 6195 | } | 6195 | } |
| 6196 | 6196 | ||
| 6197 | #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS | 6197 | #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS |