Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7e279d89
Commit
7e279d89
authored
Aug 29, 2008
by
Kenichi Handa
Browse files
(ns_draw_glyph_string): Adjusted for the change of
struct glyph_string.
parent
db2f2cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/nsterm.m
src/nsterm.m
+2
-1
No files found.
src/nsterm.m
View file @
7e279d89
...
...
@@ -3024,7 +3024,8 @@ overwriting cursor (usually when cursor on a tab) */
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment