MacArthur, Ian (SELEX GALILEO, UK) wrote: > ... > In particular, if the window is not visible, then it will call > > glutIdleFunc(NULL); > > Which maps to the fltk call Fl::set_idle(NULL); > ...
Probably the best thing to do is store the current idle function pointer in the Glut_Window class. Then it can do the add/remove for the window-specific idle function safely... -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

