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:
parent
83864ac7af
commit
64f9d6d453
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue