DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2550
Version: 1.3-current


The unittest demo looks good.

The case where it breaks is when Dillo is given an internal URL
(about:splash) from the cmdline and can rush right off to start handling
it earlier than usual.

So I just tried some code with basically nothing in it:

#include <FL/Fl.H>
#include <FL/fl_draw.H>
#include <FL/Fl_Window.H>

int main(int argc, char **argv) {
   int xx, xy, xw, xh;

// Fl_Window *window = new Fl_Window(540,380);
// window->begin();                           
// window->end();  
// window->show(argc, argv);
   fl_text_extents("x", xx, xy, xw, xh);
   return Fl::run();
}

...and it breaks. The window lines didn't make a difference; I just wanted
to see what would happen there.


Link: http://www.fltk.org/str.php?L2550
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to