aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsfont.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfont.m b/src/nsfont.m
index dc609cc5d08..437776e7df0 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -1010,7 +1010,7 @@ nsfont_draw (struct glyph_string *s, int from, int to, int x, int y,
1010 NSRect r; 1010 NSRect r;
1011 struct nsfont_info *font; 1011 struct nsfont_info *font;
1012 NSColor *col, *bgCol; 1012 NSColor *col, *bgCol;
1013 unsigned short *t = s->char2b; 1013 unsigned *t = s->char2b;
1014 int i, len, flags; 1014 int i, len, flags;
1015 char isComposite = s->first_glyph->type == COMPOSITE_GLYPH; 1015 char isComposite = s->first_glyph->type == COMPOSITE_GLYPH;
1016 1016