emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 30 Mar 2003 10:39:12 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.824 emacs/src/xdisp.c:1.825
*** emacs/src/xdisp.c:1.824     Fri Mar 28 09:11:55 2003
--- emacs/src/xdisp.c   Sun Mar 30 10:39:12 2003
***************
*** 18412,18419 ****
    frame_x = window_box_left (w, updated_area) + output_cursor.x;
    frame_y = WINDOW_TO_FRAME_PIXEL_Y (w, output_cursor.y);
  
!   rif->shift_glyphs_for_insert (f, frame_x, frame_y, line_height,
!                               shifted_region_width, shift_by_width);
  
    /* Write the glyphs.  */
    hpos = start - row->glyphs[updated_area];
--- 18412,18419 ----
    frame_x = window_box_left (w, updated_area) + output_cursor.x;
    frame_y = WINDOW_TO_FRAME_PIXEL_Y (w, output_cursor.y);
  
!   rif->shift_glyphs_for_insert (f, frame_x, frame_y, shifted_region_width,
!                               line_height, shift_by_width);
  
    /* Write the glyphs.  */
    hpos = start - row->glyphs[updated_area];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]