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:
7c8c573
)
(mdraw_glyph_list): Don't set glyph_code member.
author
handa
<handa>
Fri, 13 Aug 2004 12:03:07 +0000
(12:03 +0000)
committer
handa
<handa>
Fri, 13 Aug 2004 12:03:07 +0000
(12:03 +0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
db27a0c
..
f9e2b10
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-2535,7
+2535,6
@@
mdraw_glyph_info (MFrame *frame, MText *mt, int from, int pos,
}
info->from = g->pos;
info->to = g->to;
- info->glyph_code = g->code;
info->this.x = g->lbearing;
info->this.y = - gstring->line_ascent;
info->this.height = gstring->height;