* 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:
parent
83040cb099
commit
edfaeb4ee9
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue