Am 03.03.2010 09:49, MacArthur, Ian (SELEX GALILEO, UK) wrote: > > Did some more testing with r7194, to verify that it operates correctly > with my Cairo hooks. > Seems to be OK.
Fine. > On the Mac, I also tried printing the "front window" that has my Cairo > rendered context in it (as a widget subclassed from Fl_Box) and was > surprised to discover that the window contents were actually printed... > > I had expected that, like Fl_Gl_Window, my Cairo widget would appear > empty... So I'm not at all sure why that actually worked at all. > Probably I did not test it correctly... Just a guess: I don't know how your Cairo hooks work, but if Cairo uses the current display context set up by the Fl_Printer, then why should it not work? The same would apply to Windows, because the GDI context will be set up by start_job(), but there might be the coordinate system differences. Maybe. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
