Albrecht Schlosser wrote:

There's a minor typo in capture_v2.cxx, as posted previously:

    // Pack a Fl_RGB_Image and force its dtor to do the cleanup
    Fl_RGB_Image *rgb_img = new 
Fl_RGB_Image(offscreenImage,xdim-x(),ydim-y(),3);

should read: "...(offscreenImage,xdim,ydim,3);

but since x() and y() are 0, this doesn't really matter.

Also, there are some unneeded header files included...

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

Reply via email to