From e272d52e3f591d7cbd349464beaf8f5667814fa5 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 22 Sep 2005 07:23:12 +0000 Subject: [PATCH] (struct MFrame): New member average_width. --- src/internal-gui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/internal-gui.h b/src/internal-gui.h index 3e35497..d23ae86 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -54,6 +54,8 @@ struct MFrame character of the default face. */ int space_width; + int average_width; + /** The default ascent and descent of a line. It is ascent and descent of ASCII font of the default face. */ int ascent, descent; -- 1.7.10.4