/[emacs]/emacs/src/dispextern.h
ViewVC logotype

Diff of /emacs/src/dispextern.h

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

revision 1.189 by tamm, Mon Dec 27 17:27:29 2004 UTC revision 1.190 by rms, Sat Jan 1 01:34:39 2005 UTC
# Line 817  struct glyph_row Line 817  struct glyph_row
817    /* 1 means this row currently shows the cursor in the right fringe.  */    /* 1 means this row currently shows the cursor in the right fringe.  */
818    unsigned cursor_in_fringe_p : 1;    unsigned cursor_in_fringe_p : 1;
819    
820      /* 1 means the last glyph in the row is part of an ellipsis.  */
821      unsigned ends_in_ellipsis_p : 1;
822    
823    /* Non-zero means display a bitmap on X frames indicating that this    /* Non-zero means display a bitmap on X frames indicating that this
824       the first line of the buffer.  */       the first line of the buffer.  */
825    unsigned indicate_bob_p : 1;    unsigned indicate_bob_p : 1;
# Line 1825  struct it Line 1828  struct it
1828       Don't handle some `display' properties in these strings.  */       Don't handle some `display' properties in these strings.  */
1829    unsigned string_from_display_prop_p : 1;    unsigned string_from_display_prop_p : 1;
1830    
1831      /* When METHOD == next_element_from_display_vector,
1832         this is 1 if we're doing an ellipsis.  Otherwise meaningless.  */
1833      unsigned ellipsis_p : 1;
1834    
1835    /* Display table in effect or null for none.  */    /* Display table in effect or null for none.  */
1836    struct Lisp_Char_Table *dp;    struct Lisp_Char_Table *dp;
1837    

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

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