(struct MFrame): New member average_width.
authorhanda <handa>
Thu, 22 Sep 2005 07:23:12 +0000 (07:23 +0000)
committerhanda <handa>
Thu, 22 Sep 2005 07:23:12 +0000 (07:23 +0000)
src/internal-gui.h

index 3e35497..d23ae86 100644 (file)
@@ -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;