mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:40:47 +00:00
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:
parent
a4abfc354f
commit
a7a48ea407
12 changed files with 196 additions and 186 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue