/[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.200 by kfstorm, Tue Mar 22 23:00:23 2005 UTC revision 1.201 by kfstorm, Mon Apr 18 14:09:00 2005 UTC
# Line 726  struct glyph_row Line 726  struct glyph_row
726       position of the next row.  */       position of the next row.  */
727    struct display_pos end;    struct display_pos end;
728    
729      /* Non-zero means the overlay arrow bitmap is on this line.
730         -1 means use default overlay arrow bitmap, else
731         it specifies actual fringe bitmap number.  */
732      int overlay_arrow_bitmap;
733    
734    /* Left fringe bitmap number (enum fringe_bitmap_type).  */    /* Left fringe bitmap number (enum fringe_bitmap_type).  */
735    unsigned left_user_fringe_bitmap : FRINGE_ID_BITS;    unsigned left_user_fringe_bitmap : FRINGE_ID_BITS;
736    
# Line 764  struct glyph_row Line 769  struct glyph_row
769    unsigned truncated_on_left_p : 1;    unsigned truncated_on_left_p : 1;
770    unsigned truncated_on_right_p : 1;    unsigned truncated_on_right_p : 1;
771    
   /* 1 means the overlay arrow is on this line.  */  
   unsigned overlay_arrow_p : 1;  
   
772    /* 1 means that this row displays a continued line, i.e. it has a    /* 1 means that this row displays a continued line, i.e. it has a
773       continuation mark at the right side.  */       continuation mark at the right side.  */
774    unsigned continued_p : 1;    unsigned continued_p : 1;

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201

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