mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:10:59 +00:00
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:
parent
5261934143
commit
22a765f4f5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue