Run loop integrated. Configure detects libFoundation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-04-22 18:23:58 +00:00
parent 8ca61ca6f4
commit ab62618166
27 changed files with 2770 additions and 1535 deletions

View file

@ -936,7 +936,7 @@ NSString *NSWindowWillMoveNotification = @"WindowWillMove";
{
NSApplication *theApp = [NSApplication sharedApplication];
return [theApp nextEventMatchingMask: mask untilDate: nil
inMode: @"" dequeue: YES];
inMode:NSEventTrackingRunLoopMode dequeue: YES];
}
- (NSEvent *)nextEventMatchingMask:(unsigned int)mask