Author: manolo
Date: 2013-04-09 08:10:25 -0700 (Tue, 09 Apr 2013)
New Revision: 9868
Log:
Fix for STR #2947: A couple of minor glitches in the 1.3.2 docs.

Modified:
   branches/branch-1.3/documentation/src/drawing.dox

Modified: branches/branch-1.3/documentation/src/drawing.dox
===================================================================
--- branches/branch-1.3/documentation/src/drawing.dox   2013-04-08 20:18:40 UTC 
(rev 9867)
+++ branches/branch-1.3/documentation/src/drawing.dox   2013-04-09 15:10:25 UTC 
(rev 9868)
@@ -217,7 +217,6 @@
 Generate RGB values from a colormap index value \p i.
 The first returns the RGB as a 32-bit unsigned integer,
 and the second decomposes the RGB into three 8-bit values.
-\todo work out why Fl::get_color() does not give links!
 
 Fl::get_system_colors() <br>
 Fl::foreground() <br>
@@ -237,7 +236,6 @@
 \par
 \p Fl::free_color() and \p Fl::set_color() are used to remove and replace
 entries from the colormap.
-\todo work out why these do not give links!
 
 There are two predefined graphical interfaces for choosing colors.
 The function fl_show_colormap() shows a table of colors and returns an
@@ -355,7 +353,7 @@
 Draw a single pixel at the given coordinates.
 
 void fl_rectf(int x, int y, int w, int h) <br>
-void fl_rectf(int x, int y, int w, int h)
+void fl_rectf(int x, int y, int w, int h, Fl_Color c)
 
 \par
 Color a rectangle that exactly fills the given bounding box.

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

Reply via email to