On Thursday 15 October 2009 13:58:53 Michael Schnell wrote:
>
> Martin once told me that the MSEGUI implementation of the message queue
> does use signals.
???
The MSEgui *timer* system on Linux works with SIGALRM.
The eventqueue is implemented on all platforms, with and without GUI as an 
internal teventlist which holds instance pointers of tevent class. The X and 
win32 events are packed into a appropriate tevent descendent and feed into 
the queue. It is possible to loop tevent's to X or win32 event queue if the 
receiving order must be synchronized with system events.

Martin
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to