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:
1d61be4
)
(MGlyph): Delete member bidi_sensitive.
author
handa
<handa>
Mon, 26 Jul 2004 06:38:59 +0000
(06:38 +0000)
committer
handa
<handa>
Mon, 26 Jul 2004 06:38:59 +0000
(06:38 +0000)
src/internal-gui.h
patch
|
blob
|
history
diff --git
a/src/internal-gui.h
b/src/internal-gui.h
index
badbd8c
..
20abe08
100644
(file)
--- a/
src/internal-gui.h
+++ b/
src/internal-gui.h
@@
-124,7
+124,6
@@
typedef struct
unsigned right_padding : 1;
unsigned otf_encoded : 1;
unsigned bidi_level : 6;
- unsigned bidi_sensitive : 1;
enum glyph_type type : 3;
int combining_code;
} MGlyph;