Change NSEvent to CGFloat, NSUInteger and NSInteger.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2013-02-13 08:40:36 +00:00
parent f9ab80ec48
commit 9212e5bbeb
15 changed files with 166 additions and 150 deletions

View file

@ -1445,7 +1445,7 @@ static NSMapTable *viewInfo = 0;
- (BOOL) _trackWithEvent: (NSEvent*)event
startingMenuView: (NSMenuView*)mainWindowMenuView
{
unsigned eventMask = NSPeriodicMask;
NSUInteger eventMask = NSPeriodicMask;
NSDate *theDistantFuture = [NSDate distantFuture];
NSPoint lastLocation = {0,0};
BOOL justAttachedNewSubmenu = NO;