* xdisp.c (note_mode_line_or_margin_highlight): Change the

pointer to a hand cursor when hoovering over a mouse-face.
This commit is contained in:
Masatake YAMATO 2005-05-27 16:59:55 +00:00
parent 83040cb099
commit edfaeb4ee9
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-05-28 Masatake YAMATO <jet@gyve.org>
* xdisp.c (note_mode_line_or_margin_highlight): Change the
pointer to a hand cursor when hoovering over a mouse-face.
2005-05-27 Kenichi Handa <handa@m17n.org>
* xterm.c (x_encode_char): Call check_ccl_update in advance.

View file

@ -21443,6 +21443,9 @@ note_mode_line_or_margin_highlight (window, x, y, area)
0, 0, 0, &ignore,
glyph->face_id, 1);
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
if (NILP (pointer))
pointer = Qhand;
}
}