In article <[EMAIL PROTECTED]>,
 matthiasm <[EMAIL PROTECTED]> wrote:

> On WIN32 at least, the timers depend on an invisible window, hence  
> won't work on a faceless system (if that exists at all under MS  
> Windows). I am not sure anout the X11 implementation, but since  
> everything comes back to the event handler, we may have another  
> dependency on an X11 client connection here.

Timeouts are handled separately on *nix via an internal expiry list, so 
they work correctly even without open windows. I'm unsure on Carbon, 
since timeouts are registered via the carbon event loop handler. There 
is no reason they shouldn't however. I can try in a couple of hours.

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to