David Dawes writes:
 > On Mon, Sep 22, 2003 at 09:27:53PM +0700, Ivan Pascal wrote:
 > >
 > >I made new version of the patch.
 > >The issue Keith pointed is fixed.
 > >
 > >Also I added a flag for timers TimerNeedsCheckInput.  The timers without this
 > >flag are processed before the select all others are delaied until the second
 > >timers check.  (The second check doesn't distinguish those timers.)
 > 
 > Did we ever find any timers that need to be processed before the select?

I think the idea was to check if any timer modified the select mask
and to return immediately with 0 in that case so that WaitFor() would 
be called again immediately.

I'd also be curious to see if that ever happens.

Egbert.
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to