[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.c |
Date: |
Sat, 26 Oct 2002 19:53:08 -0400 |
Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.24 emacs/src/macterm.c:1.25
*** emacs/src/macterm.c:1.24 Thu Oct 24 15:58:58 2002
--- emacs/src/macterm.c Sat Oct 26 19:53:07 2002
***************
*** 7330,7336 ****
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1, 1);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
--- 7330,7337 ----
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1,
! !dpyinfo->mouse_face_hidden);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
***************
*** 7372,7378 ****
if (BUFFERP (object))
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1, 1);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
--- 7373,7380 ----
if (BUFFERP (object))
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1,
! !dpyinfo->mouse_face_hidden);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
***************
*** 7451,7457 ****
dpyinfo->mouse_face_window = window;
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1, 1);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
--- 7453,7460 ----
dpyinfo->mouse_face_window = window;
dpyinfo->mouse_face_face_id
= face_at_buffer_position (w, pos, 0, 0,
! &ignore, pos + 1,
! !dpyinfo->mouse_face_hidden);
/* Display it as active. */
show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);