Author: manolo Date: 2011-02-03 01:31:51 -0800 (Thu, 03 Feb 2011) New Revision: 8363 Log: Corrected typo.
Modified: branches/branch-1.3/FL/fl_draw.H Modified: branches/branch-1.3/FL/fl_draw.H =================================================================== --- branches/branch-1.3/FL/fl_draw.H 2011-02-02 18:39:34 UTC (rev 8362) +++ branches/branch-1.3/FL/fl_draw.H 2011-02-03 09:31:51 UTC (rev 8363) @@ -685,7 +685,7 @@ The \p p argument points to a buffer that can hold the image and must be at least \p W*H*3 bytes when reading RGB images, or \p W*H*4 bytes when reading RGBA images. If NULL, fl_read_image() will create an - array of the proper suze which can be freed using <tt>delete[]</tt>. + array of the proper size which can be freed using <tt>delete[]</tt>. The \p alpha parameter controls whether an alpha channel is created and the value that is placed in the alpha channel. If 0, no alpha _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
