Fixed various typos and added a Fluid organization chart image

contributed by Craig Earls.


git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-01-13 15:35:04 +00:00
parent 74b2965417
commit 07766e7d72
8 changed files with 15 additions and 31 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ href=#enumerations><tt>&lt;FL/Enumerations.H></tt></a>.
<p>For colormapped displays, a color cell will be allocated out of
<tt>fl_colormap</tt> the first time you use a color. If the colormap
fills up then a least-squares algorithm is used to find the closest
color.</i>
color.
<h4>Fl_Color fl_color()</h4>
@@ -503,7 +503,7 @@ decompress the entire line at once: decompress it into the buffer, and
then if <tt>x</tt> is not zero, copy the data over so the <tt>x</tt>'th
pixel is at the start of the buffer.
<p>You can assumme the <tt>y</tt>'s will be consecutive, except the first one
<p>You can assume the <tt>y</tt>'s will be consecutive, except the first one
may be greater than zero.
<p>If <tt>D</tt> is 4 or more, you must fill in the unused bytes with zero.