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

Diff of /emacs/src/macterm.c

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

revision 1.24 by kfstorm, Thu Oct 24 19:58:58 2002 UTC revision 1.25 by kfstorm, Sat Oct 26 23:53:07 2002 UTC
# Line 7330  note_mouse_highlight (f, x, y) Line 7330  note_mouse_highlight (f, x, y)
7330    
7331                dpyinfo->mouse_face_face_id                dpyinfo->mouse_face_face_id
7332                  = face_at_buffer_position (w, pos, 0, 0,                  = face_at_buffer_position (w, pos, 0, 0,
7333                                             &ignore, pos + 1, 1);                                             &ignore, pos + 1,
7334                                               !dpyinfo->mouse_face_hidden);
7335    
7336                /* Display it as active.  */                /* Display it as active.  */
7337                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
# Line 7372  note_mouse_highlight (f, x, y) Line 7373  note_mouse_highlight (f, x, y)
7373                if (BUFFERP (object))                if (BUFFERP (object))
7374                  dpyinfo->mouse_face_face_id                  dpyinfo->mouse_face_face_id
7375                    = face_at_buffer_position (w, pos, 0, 0,                    = face_at_buffer_position (w, pos, 0, 0,
7376                                               &ignore, pos + 1, 1);                                               &ignore, pos + 1,
7377                                                 !dpyinfo->mouse_face_hidden);
7378    
7379                /* Display it as active.  */                /* Display it as active.  */
7380                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);
# Line 7451  note_mouse_highlight (f, x, y) Line 7453  note_mouse_highlight (f, x, y)
7453                    dpyinfo->mouse_face_window = window;                    dpyinfo->mouse_face_window = window;
7454                    dpyinfo->mouse_face_face_id                    dpyinfo->mouse_face_face_id
7455                      = face_at_buffer_position (w, pos, 0, 0,                      = face_at_buffer_position (w, pos, 0, 0,
7456                                                 &ignore, pos + 1, 1);                                                 &ignore, pos + 1,
7457                                                   !dpyinfo->mouse_face_hidden);
7458    
7459                    /* Display it as active.  */                    /* Display it as active.  */
7460                    show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);                    show_mouse_face (dpyinfo, DRAW_MOUSE_FACE);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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