]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (note_mode_line_or_margin_highlight): Change the
authorMasatake YAMATO <jet@gyve.org>
Fri, 27 May 2005 16:59:55 +0000 (16:59 +0000)
committerMasatake YAMATO <jet@gyve.org>
Fri, 27 May 2005 16:59:55 +0000 (16:59 +0000)
pointer to a hand cursor when hoovering over a mouse-face.

src/ChangeLog
src/xdisp.c

index a5aee6ad56cdff517d35aabc80ea653641c1365b..8c64defd5db2297792feed81b29d0b2dd433cb4e 100644 (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.
index 53d881072ce690918b434dff4b9660029a98ca5d..b20c4815abc0908c24e5ae23de7d916eca532adc 100644 (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;
        }
     }