comparison src/dispextern.h @ 102042:f0864f8938a3

(struct iterator_stack_entry): New line_wrap member.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 14 Feb 2009 17:28:27 +0000
parents e038c1a8307c
children fa8e2c663118
comparison
equal deleted inserted replaced
102041:942083429e2c 102042:f0864f8938a3
2038 enum it_method method; 2038 enum it_method method;
2039 unsigned multibyte_p : 1; 2039 unsigned multibyte_p : 1;
2040 unsigned string_from_display_prop_p : 1; 2040 unsigned string_from_display_prop_p : 1;
2041 unsigned display_ellipsis_p : 1; 2041 unsigned display_ellipsis_p : 1;
2042 unsigned avoid_cursor_p : 1; 2042 unsigned avoid_cursor_p : 1;
2043 enum line_wrap_method line_wrap;
2043 2044
2044 /* properties from display property that are reset by another display property. */ 2045 /* properties from display property that are reset by another display property. */
2045 short voffset; 2046 short voffset;
2046 Lisp_Object space_width; 2047 Lisp_Object space_width;
2047 Lisp_Object font_height; 2048 Lisp_Object font_height;