This statement #if defined (__APPLE_QUARTZ__) || defined (__linux__) introduces the first use of the symbol __linux__ in FLTK 1.3.
Is it necessary to target linux systems specifically ? or are all X11-based systems targetted ? In the latter case, the adequate writing would be #if !defined(WIN32) _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
