summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2019-01-08 10:25:54 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-01-08 10:25:54 -0500
commitf1661d0c73acac78ba94820bcfa717a959387c03 (patch)
tree43898cbd03dfa9ec2584706004e14cec2a62c6b3 /doc
parent6b8bef2445f71bd777b41a94cb33558cbc5cd2fb (diff)
doc: Document blit-surface.
* doc/api.texi (Surfaces): Document blit-surface procedure.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 170fefd..84c2600 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -960,6 +960,11 @@ Valid format types are:
@end itemize
@end deffn
+@deffn {Procedure} blit-surface @var{src} @var{src-rect} @var{dst} @var{dst-rect}
+Blit the rectangle @var{src-rect} from the surface @var{src} to
+@var{dst-rect} of the surface @var{dst}.
+@end deffn
+
@node Rendering
@section Rendering