emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Wed, 03 Apr 2002 10:19:39 -0500

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.137 emacs/src/term.c:1.138
*** emacs/src/term.c:1.137      Sat Feb  2 18:46:40 2002
--- emacs/src/term.c    Wed Apr  3 10:19:39 2002
***************
*** 1637,1647 ****
  }
  
  
! /* Produce glyphs for the display element described by IT.  The
!    function fills output fields of IT with pixel information like the
!    pixel width and height of a character, and maybe produces glyphs at
     the same time if IT->glyph_row is non-null.  See the explanation of
!    struct display_iterator in dispextern.h for an overview.  */
  
  void 
  produce_glyphs (it)
--- 1637,1659 ----
  }
  
  
! /* Produce glyphs for the display element described by IT.  *IT
!    specifies what we want to produce a glyph for (character, image, ...),
!    and where in the glyph matrix we currently are (glyph row and hpos).
!    produce_glyphs fills in output fields of *IT with information such as the
!    pixel width and height of a character, and maybe output actual glyphs at
     the same time if IT->glyph_row is non-null.  See the explanation of
!    struct display_iterator in dispextern.h for an overview.
! 
!    produce_glyphs also stores the result of glyph width, ascent
!    etc. computations in *IT.
! 
!    IT->glyph_row may be null, in which case produce_glyphs does not
!    actually fill in the glyphs.  This is used in the move_* functions
!    in xdisp.c for text width and height computations.
! 
!    Callers usually don't call produce_glyphs directly;
!    instead they use the macro PRODUCE_GLYPHS.  */
  
  void 
  produce_glyphs (it)



reply via email to

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