emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 64f9d6d: Fix GNUstep build


From: Alan Third
Subject: [Emacs-diffs] master 64f9d6d: Fix GNUstep build
Date: Mon, 23 Sep 2019 14:30:16 -0400 (EDT)

branch: master
commit 64f9d6d4537638e2ba710dbadcabc51d37d92c8c
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Fix GNUstep build
    
    * src/nsfont.m (nsfont_draw): Change type to match.
    
    Co-authored-by: martin rudalics <address@hidden>
---
 src/nsfont.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsfont.m b/src/nsfont.m
index dc609cc..437776e 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,
   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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]