From: handa Date: Wed, 28 Feb 2007 07:23:54 +0000 (+0000) Subject: (struct): Types of members category and type X-Git-Tag: FLT-base~128 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bd84d6bc7530b306a11aacffa09641ba994795;p=m17n%2Fm17n-lib.git (struct): Types of members category and type changed to unsigned. --- diff --git a/src/internal-gui.h b/src/internal-gui.h index d313aa5..398e5f3 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -135,8 +135,8 @@ typedef struct unsigned right_padding : 1; unsigned otf_encoded : 1; unsigned bidi_level : 6; - enum glyph_category category : 2; - enum glyph_type type : 3; + unsigned category : 2; + unsigned type : 3; int combining_code; } MGlyph;