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:
netcrep 1997-04-22 18:23:58 +00:00
parent 12cb8088c1
commit f38b177296
27 changed files with 2770 additions and 1535 deletions

View file

@ -288,7 +288,7 @@ id gnustep_gui_nsscroller_class = nil;
{
last_point = point;
e = [theApp nextEventMatchingMask:event_mask untilDate:nil
inMode:nil dequeue:YES];
inMode:NSEventTrackingRunLoopMode dequeue:YES];
point = [self convertPoint: [e locationInWindow] fromView: nil];
if (is_horizontal)
@ -383,7 +383,7 @@ id gnustep_gui_nsscroller_class = nil;
{
last_point = point;
e = [theApp nextEventMatchingMask:event_mask untilDate:nil
inMode:nil dequeue:YES];
inMode:NSEventTrackingRunLoopMode dequeue:YES];
point = [self convertPoint: [e locationInWindow] fromView: nil];