diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 4aa0634e41a..131ce4b04d9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -18732,6 +18732,7 @@ fill_stretch_glyph_string (s, row, area, start, end) | |||
| 18732 | s->font = s->face->font; | 18732 | s->font = s->face->font; |
| 18733 | s->font_info = FONT_INFO_FROM_ID (s->f, s->face->font_info_id); | 18733 | s->font_info = FONT_INFO_FROM_ID (s->f, s->face->font_info_id); |
| 18734 | s->width = glyph->pixel_width; | 18734 | s->width = glyph->pixel_width; |
| 18735 | s->nchars = 1; | ||
| 18735 | voffset = glyph->voffset; | 18736 | voffset = glyph->voffset; |
| 18736 | 18737 | ||
| 18737 | for (++glyph; | 18738 | for (++glyph; |