From: tomo Date: Fri, 9 Jun 2000 09:20:16 +0000 (+0000) Subject: - Include "character.h". X-Git-Tag: r21-2-34-utf-2000-0_16-1~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0d955fe95b8d8f6dc257a930e6efa0e159728191;p=chise%2Fxemacs-chise.git.1 - Include "character.h". (struct rune): New member `cglyph'; delete member `chr'. --- diff --git a/src/redisplay.h b/src/redisplay.h index 4f5e6b1..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