On Tue, Feb 26, 2002 at 09:47:51AM +0000, Angus Leeming wrote:

> John has suggested througwing away the timer that it uses and using SIGCHLD 
> or something instead. However, I am DEFINITELY not the right person to do 
> this.

don't be silly !

    712 /* signals */
    713
    714 typedef void (*FL_SIGNAL_HANDLER) (int, void *);
    715 FL_EXPORT void fl_add_signal_callback(int, FL_SIGNAL_HANDLER, void *);
    716 FL_EXPORT void fl_remove_signal_callback(int);
    717 FL_EXPORT void fl_signal_caught(int);
    718 FL_EXPORT void fl_app_signal_direct(int);

easy !

I admit I'm not sure how you get these to play fair with the event system, needs
some poking around. Perhaps a self-pipe and select (which I think xforms can handle)
would be needed.

I'll try out your patch again today, now I know to delete those files from Makefile.am 
!

john
-- 
"Yes, I understand your point, but This Is UA, and not some fluffy creche."
        - Topper

Reply via email to