DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2702 Version: 1.3-current The second form of the function fl_draw_image_mono() has no body at all. In case of using this function, programmer will get link error and can't build his application. To fix it I've added two lines into fl_draw_image.cxx. FL_EXPORT void fl_draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H, int D) { fl_graphics_driver->draw_image_mono(cb, data, X, Y, W, H, D); } It works. Link: http://www.fltk.org/str.php?L2702 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
