(struct): Types of members category and type
authorhanda <handa>
Wed, 28 Feb 2007 07:23:54 +0000 (07:23 +0000)
committerhanda <handa>
Wed, 28 Feb 2007 07:23:54 +0000 (07:23 +0000)
changed to unsigned.

src/internal-gui.h

index d313aa5..398e5f3 100644 (file)
@@ -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;