From edfaeb4ee9abb4bed5d8fe723cc123c3299252e8 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 27 May 2005 16:59:55 +0000 Subject: [PATCH] * xdisp.c (note_mode_line_or_margin_highlight): Change the pointer to a hand cursor when hoovering over a mouse-face. --- src/ChangeLog | 5 +++++ src/xdisp.c | 3 +++ 2 files changed, 8 insertions(+) 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; } } -- 2.39.2