Fix GNUstep build

* src/nsfont.m (nsfont_draw): Change type to match.

Co-authored-by: martin rudalics <rudalics@gmx.at>
This commit is contained in:
Alan Third 2019-09-23 19:17:38 +01:00
parent 83864ac7af
commit 64f9d6d453

View file

@ -1010,7 +1010,7 @@ is false when (FROM > 0 || TO < S->nchars). */
NSRect r;
struct nsfont_info *font;
NSColor *col, *bgCol;
unsigned short *t = s->char2b;
unsigned *t = s->char2b;
int i, len, flags;
char isComposite = s->first_glyph->type == COMPOSITE_GLYPH;