summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-11-15 02:06:57 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-11-15 02:06:57 +0000
commitb579acc9b3ad84e3b1766338cb55001aafe2570f (patch)
tree3c7375545dbb9b8966a6505cd7108559d9a51a2a /documentation
parent9c557a3b874b21209eceb8d17bc4cdc018c32532 (diff)
Fix fl_show_colormap() documentation.
Show color chooser window before grabbing it. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2842 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/functions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/functions.html b/documentation/functions.html
index 140467da8..7c27450d6 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -1106,7 +1106,7 @@ RGB or grayscale values.
<H3>Prototype</H3>
<UL><PRE>
-int fl_show_colormap(int oldcol)
+Fl_Color fl_show_colormap(Fl_Color oldcol)
</PRE></UL>
<H3>Description</H3>