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

Diff of /emacs/src/xdisp.c

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

revision 1.839 by monnier, Thu Jun 26 23:18:07 2003 UTC revision 1.840 by rms, Fri Jun 27 02:24:29 2003 UTC
# Line 19248  cursor_in_mouse_face_p (w) Line 19248  cursor_in_mouse_face_p (w)
19248     of last line in W.  In the row containing CHARPOS, stop before glyphs     of last line in W.  In the row containing CHARPOS, stop before glyphs
19249     having STOP as object.  */     having STOP as object.  */
19250    
19251  #if 0 /* This is a version of fast_find_position that's more correct  #if 1 /* This is a version of fast_find_position that's more correct
19252           in the presence of hscrolling, for example.  I didn't install           in the presence of hscrolling, for example.  I didn't install
19253           it right away because the problem fixed is minor, it failed           it right away because the problem fixed is minor, it failed
19254           in 20.x as well, and I think it's too risky to install           in 20.x as well, and I think it's too risky to install
# Line 19315  fast_find_position (w, charpos, hpos, vp Line 19315  fast_find_position (w, charpos, hpos, vp
19315    return past_end;    return past_end;
19316  }  }
19317    
19318  #else /* not 0 */  #else /* not 1 */
19319    
19320  static int  static int
19321  fast_find_position (w, pos, hpos, vpos, x, y, stop)  fast_find_position (w, pos, hpos, vpos, x, y, stop)
# Line 19413  fast_find_position (w, pos, hpos, vpos, Line 19413  fast_find_position (w, pos, hpos, vpos,
19413    return 0;    return 0;
19414  }  }
19415    
19416  #endif /* not 0 */  #endif /* not 1 */
19417    
19418    
19419  /* Find the position of the glyph for position POS in OBJECT in  /* Find the position of the glyph for position POS in OBJECT in

Legend:
Removed from v.1.839  
changed lines
  Added in v.1.840

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