From: Masatake YAMATO Date: Fri, 27 May 2005 16:59:55 +0000 (+0000) Subject: * xdisp.c (note_mode_line_or_margin_highlight): Change the X-Git-Tag: emacs-pretest-22.0.90~9479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edfaeb4ee9abb4bed5d8fe723cc123c3299252e8;p=emacs.git * xdisp.c (note_mode_line_or_margin_highlight): Change the pointer to a hand cursor when hoovering over a mouse-face. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5aee6ad56c..8c64defd5db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-05-28 Masatake YAMATO + + * 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 * xterm.c (x_encode_char): Call check_ccl_update in advance. diff --git a/src/xdisp.c b/src/xdisp.c index 53d881072ce..b20c4815abc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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; } }