X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fredisplay.h;h=bc71b44a0af403e1aace9a7f05996a87ae1b501d;hb=2cbece6401b2279497293e6dc54cda607f49db2f;hp=0ed8baf7bffc8d33645db9d04c9d17b2d35fba06;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/src/redisplay.h b/src/redisplay.h index 0ed8baf..bc71b44 100644 --- a/src/redisplay.h +++ b/src/redisplay.h @@ -25,6 +25,8 @@ Boston, MA 02111-1307, USA. */ #ifndef INCLUDED_redisplay_h_ #define INCLUDED_redisplay_h_ +#include "character.h" + /* Redisplay DASSERT types */ #define DB_DISP_POS 1 #define DB_DISP_TEXT_LAYOUT 2 @@ -155,10 +157,7 @@ struct rune } dglyph; /* CHAR */ - struct - { - Emchar ch; /* Character of this rune. */ - } chr; + struct Charc cglyph; /* Character of this rune. */ /* HLINE */ struct @@ -308,6 +307,9 @@ struct display_line char modeline; /* t if this line is a modeline */ + char line_continuation; /* t if this line continues to + next display line. */ + /* Dynamic array of display blocks */ display_block_dynarr *display_blocks;