> manolo gouy wrote: > > > Could be better now. Is it ? > > No, but I found the bug :-) > > We're linking statically, and the plugin simply doesn't get > loaded because there's no reference to any function in > Fl_Gl_Device_Plugin.cxx . I forced one by adding a global > variable and referenced it in Fl_Gl_Window.cxx, et voilà :-) > > > That's probably not the best/final solution, but I tested it > successfully on Linux (not yet on Windows though). > > To be discussed ... (Matt ?) > > Albrecht
Great. It works on MSWindows here with your patch. I don't see any problem under Darwin+X11 though. A remaining minor problem is that the printer dialog window should be moved away from the target GL window(s) before being closed for the print operation to occur correctly. A full redraw of the GL window after the dialog window is closed is programmed, but that's not enough, and I didn't find a way to solve that. Any suggestion anybody?
_______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
