From: handa Date: Sun, 26 Sep 2004 23:41:49 +0000 (+0000) Subject: (struct MGlyphString): Delete members mt, X-Git-Tag: REL-1-2-0~181 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6b82a212fd0b84088ce443940b3cf0b2c2946104;p=m17n%2Fm17n-lib.git (struct MGlyphString): Delete members mt, sub_width, sub_lbrearing, sub_rbearing, and region. --- diff --git a/src/internal-gui.h b/src/internal-gui.h index f1b65d0..70c8fe1 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -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 .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; };