Changed ivars layout_glyph and layout_char to unsigned.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-06-21 23:24:09 +00:00
parent 5261934143
commit 22a765f4f5

View file

@ -72,7 +72,7 @@ typedef enum
/* OPT: This is just a simple implementation that should let me figure out
how it's supposed to work. It's functional and correct, but it isn't fast. */
int layout_glyph, layout_char;
unsigned int layout_glyph, layout_char;
struct GSLayoutManager_textcontainer_s *textcontainers;
int num_textcontainers;