I'm using fltk 2.0 and fluid 2
I try to inline my images, but it doesn't work.
I look into fluid sources and there is (in generic_image::write_code), 
following code:

  if (0 && inlined) {
    .... inline image
  } else {
    generate code for loading
  }

Is it commented because it doesn't work with some of the image types?
Or it was commented for testing how load image will work (and then not 
uncommented)?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to