> > 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) >
I can test only linux with different video cards. I cann't say anything about other X11-based systems like minix, Solaris and others that supports by fltk. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
