summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-01-04 21:47:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-04 21:47:06 -0500
commitf7e5de964d82c036f029a458de14864eaca9e290 (patch)
treececad3aad36cf8bbe0afb2cbf465ff69068085f5 /doc
parent240dd224cccfbd224f1e770f1589d6124cf6bb1f (diff)
render: Change fill-rect to render-fill-rect.
This is to avoid a name collision with fill-rect in the (sdl2 surface) module. Rename fill-rects to render-fill-rects, too, for consistency.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi
index edd111c..96f5623 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -1249,11 +1249,11 @@ instead be a bytevector packed with signed 32 bit integers, 4 per rect
(x, y, width, height).
@end deffn
-@deffn {Procedure} fill-rect renderer rectangle
+@deffn {Procedure} render-fill-rect renderer rectangle
Fill @var{rectangle} onto @var{renderer}.
@end deffn
-@deffn {Procedure} fill-rects renderer rects
+@deffn {Procedure} render-fill-rects renderer rects
Fill the list @var{rects} onto @var{renderer}. Optionally, for best
performance, @var{rects} may instead be a bytevector packed with
signed 32 bit integers, 4 per rect (x, y, width, height).