DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2743 Version: 3.0 Archive: fltk-3.0.x-r9132 The following code snippet static fltk3::SharedImage *shared_i; static fltk3::RGBImage *rgb_i; static void show_image(fltk3::Image *i) { ... scroll_box->image(i); ... } may be used either as show_image((fltk3::Image *)shared_i); or as show_image((fltk3::Image *)rgb_i); The SharedImage is always shown. The RGBImage is sometimes shown, sometimes not. winfried Link: http://www.fltk.org/str.php?L2743 Version: 3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
