[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32term.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32term.c |
Date: |
Sat, 26 Oct 2002 19:52:52 -0400 |
Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.168 emacs/src/w32term.c:1.169
*** emacs/src/w32term.c:1.168 Thu Oct 24 15:58:23 2002
--- emacs/src/w32term.c Sat Oct 26 19:52:52 2002
***************
*** 6816,6822 ****
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);
--- 6816,6823 ----
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);
***************
*** 6858,6864 ****
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);
--- 6859,6866 ----
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);
***************
*** 6937,6943 ****
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);
--- 6939,6946 ----
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);