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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 16 Mar 2003 17:01:42 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.811 emacs/src/xdisp.c:1.812
*** emacs/src/xdisp.c:1.811     Sun Mar 16 15:45:46 2003
--- emacs/src/xdisp.c   Sun Mar 16 17:01:40 2003
***************
*** 11105,11111 ****
          clear_glyph_matrix (w->desired_matrix);
          goto recenter;
        }
!       
        /* If centering point failed to make the whole line visible,
         put point at the top instead.  That has to make the whole line
         visible, if it can be done.  */
--- 11105,11111 ----
          clear_glyph_matrix (w->desired_matrix);
          goto recenter;
        }
! 
        /* If centering point failed to make the whole line visible,
         put point at the top instead.  That has to make the whole line
         visible, if it can be done.  */
***************
*** 17475,17481 ****
              if (font == NULL)
                {
                  font = FRAME_FONT (it->f);
!                 boff = it->f->output_data.x->baseline_offset;
                  font_info = NULL;
                }
              else
--- 17475,17481 ----
              if (font == NULL)
                {
                  font = FRAME_FONT (it->f);
!                 boff = FRAME_BASELINE_OFFSET (it->f);
                  font_info = NULL;
                }
              else
***************
*** 17488,17494 ****
                }
  
              if (font_info
!                 && (pcm = rif->per_char_metric (font, &char2b, 
                                                  FONT_TYPE_FOR_MULTIBYTE 
(font, ch))))
                {
                  width = pcm->width;
--- 17488,17494 ----
                }
  
              if (font_info
!                 && (pcm = rif->per_char_metric (font, &char2b,
                                                  FONT_TYPE_FOR_MULTIBYTE 
(font, ch))))
                {
                  width = pcm->width;




reply via email to

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