On 02.03.2010, at 13:53, manolo gouy wrote: >> My GL test ran OK, but the contents of the GL window did not print - is >> that expected? I thought I'd heard that was fixed now? > > Fl_Printer::print_widget deosn't print Fl_Gl_Window's. It's necessary > to use Fl_GL_Printer::print_gl_window(), and the generic > "print front window" button/menu does not do that. In other words, > you can't print a GL window without knowing it is one. This would > be possible to program, but it would tie fltk to fltkgl, something > we don't want.
You could either use a new virtual function in Fl_Window, or Fl_Plugin which could make it known to fltklib that fltkgl was linked. - Matthias _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
