> What are the pros and cons of doing a Cairo debug/release build? In what regard?
It works, but only makes it easy to use a Cairo drawing surface (c.f. Fl_Gl_Window); it does not cause fltk to use Cairo for all drawing primitives, so unless you have a load of anti-aliased rendering to do, it is probably not useful. If you do have a lot of anti-aliased rendering to do (and are not on OSX which is natively anti-aliased anyway) then Cairo is a good tool. What are you trying to do? SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

