On 20/12/10 22:07, John Hoare wrote: > One thing that has occurred to me, is to do something like what SDL > does: It renames the user's main() function to SDLmain using a #define, > and then calls that main function after it has done its own setting up. > I could do something similar, but call the user's main function in its > own thread, and use the main thread for the FLTK calls, like Fl::run(), > whatever.
Might work - though I still think my way's simpler! ;-) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

