From 52ff1c16806a687c6e5fe8c97fcafa348de089ca Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Thu, 26 Jun 2003 23:22:32 +0000 Subject: [PATCH] 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 --- Headers/gnustep/gui/GSLayoutManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/gnustep/gui/GSLayoutManager.h b/Headers/gnustep/gui/GSLayoutManager.h index e97ce747c..c946b7e36 100644 --- a/Headers/gnustep/gui/GSLayoutManager.h +++ b/Headers/gnustep/gui/GSLayoutManager.h @@ -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; }