diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-22 15:32:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-22 15:32:33 +0000 |
| commit | e532d183e4bb7508a1eb6b4b1daaab88b04bb9f4 (patch) | |
| tree | 7b61c37bca6fee9037e77ebac3d41b3760835c5f /documentation | |
| parent | 0d3d763eab0b4e24c12ef8c99ada6f325106b074 (diff) | |
The documentation for fl_xyline() showed the wrong prototypes...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2603 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/drawing.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html index 2a8a99d5e..85d8979c1 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -294,9 +294,9 @@ x3, int y3)</H4> <P>Fill a 3 or 4-sided polygon. The polygon must be convex. -<H4>void fl_xyline(int x, int y, int x1, int y1) -<BR>void fl_xyline(int x, int y, int x1, int y1, int x2) -<BR>void fl_xyline(int x, int y, int x1, int y1, int x2, int y3)</H4> +<H4>void fl_xyline(int x, int y, int x1) +<BR>void fl_xyline(int x, int y, int x1, int y2) +<BR>void fl_xyline(int x, int y, int x1, int y2, int x3)</H4> <P>Draw horizontal and vertical lines. A horizontal line is drawn first, then a vertical, then a horizontal. |
