diff options
Diffstat (limited to 'doc/fl_draw.html')
-rw-r--r-- | doc/fl_draw.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fl_draw.html b/doc/fl_draw.html index 78669e9..3725377 100644 --- a/doc/fl_draw.html +++ b/doc/fl_draw.html @@ -1167,7 +1167,7 @@ function Width void fl_xyline(int x, int y, int x1); </pre></td> <td><pre> -procedure XY_Line +procedure Ecks_Why_Line (X0, Y0, X1 : in Integer); </pre></td> </tr> @@ -1177,7 +1177,7 @@ procedure XY_Line void fl_xyline(int x, int y, int x1, int y2); </pre></td> <td><pre> -procedure XY_Line +procedure Ecks_Why_Line (X0, Y0, X1, Y2 : in Integer); </pre></td> </tr> @@ -1187,7 +1187,7 @@ procedure XY_Line void fl_xyline(int x, int y, int x1, int y2, int x3); </pre></td> <td><pre> -procedure XY_Line +procedure Ecks_Why_Line (X0, Y0, X1, Y2, X3 : in Integer); </pre></td> </tr> @@ -1197,7 +1197,7 @@ procedure XY_Line void fl_yxline(int x, int y, int y1); </pre></td> <td><pre> -procedure YX_Line +procedure Why_Ecks_Line (X0, Y0, Y1 : in Integer); </pre></td> </tr> @@ -1207,7 +1207,7 @@ procedure YX_Line void fl_yxline(int x, int y, int y1, int x2); </pre></td> <td><pre> -procedure YX_Line +procedure Why_Ecks_Line (X0, Y0, Y1, X2 : in Integer); </pre></td> </tr> @@ -1217,7 +1217,7 @@ procedure YX_Line void fl_yxline(int x, int y, int y1, int x2, int y3); </pre></td> <td><pre> -procedure YX_Line +procedure Why_Ecks_Line (X0, Y0, Y1, X2, Y3 : in Integer); </pre></td> </tr> |