aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKaroly Lorentey2005-04-19 13:33:31 +0000
committerKaroly Lorentey2005-04-19 13:33:31 +0000
commit8d6f9bce72ee94ed6c297b79a181eac3f5beca74 (patch)
tree36cf3b6a5923171e371f9236eab36ad7de742b48 /src/dispextern.h
parent774a8da14bb2520b6adad223ab13f0b64f002872 (diff)
parentcd01ded928a8d082b9dbed6e9747c3d31b337b71 (diff)
downloademacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.tar.gz
emacs-8d6f9bce72ee94ed6c297b79a181eac3f5beca74.zip
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-266 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-267 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-66 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-330
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index fbc816865b4..abcda4fc731 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -726,6 +726,11 @@ struct glyph_row
726 position of the next row. */ 726 position of the next row. */
727 struct display_pos end; 727 struct display_pos end;
728 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
729 /* Left fringe bitmap number (enum fringe_bitmap_type). */ 734 /* Left fringe bitmap number (enum fringe_bitmap_type). */
730 unsigned left_user_fringe_bitmap : FRINGE_ID_BITS; 735 unsigned left_user_fringe_bitmap : FRINGE_ID_BITS;
731 736
@@ -764,9 +769,6 @@ struct glyph_row
764 unsigned truncated_on_left_p : 1; 769 unsigned truncated_on_left_p : 1;
765 unsigned truncated_on_right_p : 1; 770 unsigned truncated_on_right_p : 1;
766 771
767 /* 1 means the overlay arrow is on this line. */
768 unsigned overlay_arrow_p : 1;
769
770 /* 1 means that this row displays a continued line, i.e. it has a 772 /* 1 means that this row displays a continued line, i.e. it has a
771 continuation mark at the right side. */ 773 continuation mark at the right side. */
772 unsigned continued_p : 1; 774 unsigned continued_p : 1;