/[emacs]/emacs/src/w32term.c
ViewVC logotype

Diff of /emacs/src/w32term.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.168 by kfstorm, Thu Oct 24 19:58:23 2002 UTC revision 1.169 by kfstorm, Sat Oct 26 23:52:52 2002 UTC
# Line 6816  note_mouse_highlight (f, x, y) Line 6816  note_mouse_highlight (f, x, y)
6816    
6817                dpyinfo->mouse_face_face_id                dpyinfo->mouse_face_face_id
6818                  = face_at_buffer_position (w, pos, 0, 0,                  = face_at_buffer_position (w, pos, 0, 0,
6819                                             &ignore, pos + 1, 1);                                             &ignore, pos + 1,
6820                                               !dpyinfo->mouse_face_hidden);
6821    
6822                /* Display it as active.  */                /* Display it as active.  */
6823                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
# Line 6858  note_mouse_highlight (f, x, y) Line 6859  note_mouse_highlight (f, x, y)
6859                if (BUFFERP (object))                if (BUFFERP (object))
6860                  dpyinfo->mouse_face_face_id                  dpyinfo->mouse_face_face_id
6861                    = face_at_buffer_position (w, pos, 0, 0,                    = face_at_buffer_position (w, pos, 0, 0,
6862                                               &ignore, pos + 1, 1);                                               &ignore, pos + 1,
6863                                                 !dpyinfo->mouse_face_hidden);
6864    
6865                /* Display it as active.  */                /* Display it as active.  */
6866                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
# Line 6937  note_mouse_highlight (f, x, y) Line 6939  note_mouse_highlight (f, x, y)
6939                    dpyinfo->mouse_face_window = window;                    dpyinfo->mouse_face_window = window;
6940                    dpyinfo->mouse_face_face_id                    dpyinfo->mouse_face_face_id
6941                      = face_at_buffer_position (w, pos, 0, 0,                      = face_at_buffer_position (w, pos, 0, 0,
6942                                                 &ignore, pos + 1, 1);                                                 &ignore, pos + 1,
6943                                                   !dpyinfo->mouse_face_hidden);
6944    
6945                    /* Display it as active.  */                    /* Display it as active.  */
6946                    show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                    show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26