mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30: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
12cb8088c1
commit
f38b177296
27 changed files with 2770 additions and 1535 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue