From: handa Date: Thu, 22 Sep 2005 07:23:12 +0000 (+0000) Subject: (struct MFrame): New member average_width. X-Git-Tag: REL-1-3-0~153 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e272d52e3f591d7cbd349464beaf8f5667814fa5;p=m17n%2Fm17n-lib.git (struct MFrame): New member average_width. --- 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;