projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1331a51
)
(struct): Types of members category and type
author
handa
<handa>
Wed, 28 Feb 2007 07:23:54 +0000
(07:23 +0000)
committer
handa
<handa>
Wed, 28 Feb 2007 07:23:54 +0000
(07:23 +0000)
changed to unsigned.
src/internal-gui.h
patch
|
blob
|
history
diff --git
a/src/internal-gui.h
b/src/internal-gui.h
index
d313aa5
..
398e5f3
100644
(file)
--- 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;