DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2580 Version: 1.3-current I'll try to do something tomorrow (end of work day here now). I have discovered that the issue isn't visible windows, but that there has to be one created at one point. Putting the following at the start of the program fixes things: Fl_Window *wnd; wnd = new Fl_Window(100, 100); wnd->show(); wnd->hide(); Maybe a call to fl_open_display() is needed somewhere... Link: http://www.fltk.org/str.php?L2580 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
