for (i = 0; i < glyphs_len; i++)
{
memcpy (&glyphs[i], &space_glyph, sizeof (struct glyph));
+ glyphs[i].frame = f;
}
ceol_initialized = TRUE;
}
/* Since this is called to deliver the frame glyph matrix to the
glass, some of the glyphs might be from a child frame, which
affects the interpretation of face ID. */
- struct frame *face_id_frame = string->frame ? string->frame : f;
+ struct frame *face_id_frame = string->frame;
int n;
for (n = 1; n < len; ++n)