mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
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:
parent
f9ab80ec48
commit
9212e5bbeb
15 changed files with 166 additions and 150 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue