XEmacs 21.4.20 "Double Solitaire".
[chise/xemacs-chise.git.1] / src / redisplay.h
index 88d272f..b93dfb0 100644 (file)
@@ -25,8 +25,6 @@ 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
@@ -160,7 +158,10 @@ struct rune
     } dglyph;
 
     /* CHAR */
-    struct Charc cglyph;       /* Character of this rune. */
+    struct
+    {
+      Emchar ch;               /* Character of this rune. */
+    } chr;
 
     /* HLINE */
     struct