More CGFloat, NSUInteger and NSInteger changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36153 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2013-02-16 21:37:29 +00:00
parent a4abfc354f
commit a7a48ea407
12 changed files with 196 additions and 186 deletions

View file

@ -770,12 +770,12 @@ static NSInputManager *currentInputManager = nil;
return nil;
}
- (unsigned int) characterIndexForPoint: (NSPoint)thePoint
- (NSUInteger) characterIndexForPoint: (NSPoint)thePoint
{
return 0;
}
- (long) conversationIdentifier
- (NSInteger) conversationIdentifier
{
return 0;
}