mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 20:51:02 +00:00
Changed ivars cached_pos and cached_cpos to unsigned.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe2421f135
commit
52ff1c1680
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ how it's supposed to work. It's functional and correct, but it isn't fast. */
|
|||
the last run so we can quickly get more information for the next glyph.
|
||||
*/
|
||||
struct GSLayoutManager_glyph_run_s *cached_run;
|
||||
int cached_pos, cached_cpos;
|
||||
unsigned int cached_pos, cached_cpos;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue