mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:17:38 +00:00
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:
parent
8ca61ca6f4
commit
ab62618166
27 changed files with 2770 additions and 1535 deletions
|
@ -293,7 +293,7 @@ id gnustep_gui_nsbutton_class = nil;
|
|||
return;
|
||||
|
||||
// capture mouse
|
||||
[[self window] captureMouse: self];
|
||||
// [[self window] captureMouse: self];
|
||||
[self lockFocus];
|
||||
|
||||
done = NO;
|
||||
|
@ -311,12 +311,12 @@ id gnustep_gui_nsbutton_class = nil;
|
|||
{
|
||||
NSDebugLog(@"NSButton process another event\n");
|
||||
e = [theApp nextEventMatchingMask:event_mask untilDate:nil
|
||||
inMode:nil dequeue:YES];
|
||||
inMode:NSEventTrackingRunLoopMode dequeue:YES];
|
||||
}
|
||||
}
|
||||
|
||||
// Release mouse
|
||||
[[self window] releaseMouse: self];
|
||||
// [[self window] releaseMouse: self];
|
||||
|
||||
// If the mouse went up in the button
|
||||
if (mouseUp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue