[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L330 Version: 1.3-feature Fix Version: None
FLTK will not open a connection to X11 until actually needed. A great example is FLUID which works just fine as a commend line tool in a terminal. "show()" and "run()" *will* access X11, but it seems quite easy to me to just avaoid these calls, since they do not make much sense in a non-gui app anyways. Features lost aare file descriptor handling and timers, which do not require X11, but would only be handled in Fl::run(). But implementing these to avoid X11 would not be possible on MSWindows, for example. All in all, I find this feature not important enough, plus FLUID shows how the issues can be avoided. Link: http://www.fltk.org/str.php?L330 Version: 1.3-feature Fix Version: None _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
