diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 5ce8cbf8d9b..6fbbc69a7ca 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -24292,6 +24292,8 @@ x_produce_glyphs (struct it *it) | |||
| 24292 | Lisp_Object gstring; | 24292 | Lisp_Object gstring; |
| 24293 | struct font_metrics metrics; | 24293 | struct font_metrics metrics; |
| 24294 | 24294 | ||
| 24295 | it->nglyphs = 1; | ||
| 24296 | |||
| 24295 | gstring = composition_gstring_from_id (it->cmp_it.id); | 24297 | gstring = composition_gstring_from_id (it->cmp_it.id); |
| 24296 | it->pixel_width | 24298 | it->pixel_width |
| 24297 | = composition_gstring_width (gstring, it->cmp_it.from, it->cmp_it.to, | 24299 | = composition_gstring_width (gstring, it->cmp_it.from, it->cmp_it.to, |