mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(ns_draw_glyph_string): Adjusted for the change of
struct glyph_string.
This commit is contained in:
parent
db2f2cdcb9
commit
7e279d8975
1 changed files with 2 additions and 1 deletions
|
|
@ -3024,7 +3024,8 @@ ns_draw_glyph_string (struct glyph_string *s)
|
|||
n = ns_get_glyph_string_clip_rect (s, r);
|
||||
ns_focus (s->f, r, n);
|
||||
|
||||
if (s->for_overlaps || s->gidx > 0)
|
||||
if (s->for_overlaps || (s->cmp_from > 0
|
||||
&& ! s->first_glyph->u.cmp.automatic))
|
||||
s->background_filled_p = 1;
|
||||
else /* 1 */
|
||||
ns_maybe_dumpglyphs_background
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue