(struct MGlyphString): Delete members mt,
authorhanda <handa>
Sun, 26 Sep 2004 23:41:49 +0000 (23:41 +0000)
committerhanda <handa>
Sun, 26 Sep 2004 23:41:49 +0000 (23:41 +0000)
sub_width, sub_lbrearing, sub_rbearing, and region.

src/internal-gui.h

index f1b65d0..70c8fe1 100644 (file)
@@ -137,24 +137,18 @@ struct MGlyphString
 
   int size, inc, used;
   MGlyph *glyphs;
-  MText *mt;
   int from, to;
   short width, height, ascent, descent;
   short physical_ascent, physical_descent, lbearing, rbearing;
   short text_ascent, text_descent, line_ascent, line_descent;
   int indent, width_limit;
 
-  /* Members to keep temporary data while layouting.  */
-  short sub_width, sub_lbearing, sub_rbearing;
-
   /* Copied for <control>.anti_alias but never set if the frame's
      depth is less than 8.  */
   unsigned anti_alias : 1;
 
   MDrawControl control;
 
-  MDrawRegion region;
-
   struct MGlyphString *next, *top;
 };