(mplist_put_func): Fix previous change.
[m17n/m17n-lib.git] / src / internal-gui.h
index d23ae86..398e5f3 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    02111-1307, USA.  */
 
 #ifndef _M_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;