mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:50:53 +00:00
Changed element char_index of structure glyph_cache_t to unsigned.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17006 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
26c82d8aef
commit
3c46da992d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef struct GSHorizontalTypesetter_glyph_cache_s
|
|||
{
|
||||
/* These fields are filled in by the caching: */
|
||||
NSGlyph g;
|
||||
int char_index;
|
||||
unsigned int char_index;
|
||||
|
||||
NSFont *font;
|
||||
struct
|
||||
|
|
Loading…
Reference in a new issue