changeset 62823:17795ca537e6

* xdisp.c (note_mode_line_or_margin_highlight): Change the pointer to a hand cursor when hoovering over a mouse-face.
author Masatake YAMATO <jet@gyve.org>
date Fri, 27 May 2005 16:59:55 +0000
parents 7f11f471aa34
children f6c6cfde226c
files src/ChangeLog src/xdisp.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 27 16:19:36 2005 +0000
+++ b/src/ChangeLog	Fri May 27 16:59:55 2005 +0000
@@ -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.
--- a/src/xdisp.c	Fri May 27 16:19:36 2005 +0000
+++ b/src/xdisp.c	Fri May 27 16:59:55 2005 +0000
@@ -21443,6 +21443,9 @@
 								 0, 0, 0, &ignore,
 								 glyph->face_id, 1);
 	  show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
+
+	  if (NILP (pointer))
+	    pointer = Qhand;
 	}
     }