diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-01-08 10:25:54 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-01-08 10:25:54 -0500 |
commit | f1661d0c73acac78ba94820bcfa717a959387c03 (patch) | |
tree | 43898cbd03dfa9ec2584706004e14cec2a62c6b3 | |
parent | 6b8bef2445f71bd777b41a94cb33558cbc5cd2fb (diff) |
doc: Document blit-surface.
* doc/api.texi (Surfaces): Document blit-surface procedure.
-rw-r--r-- | doc/api.texi | 5 |
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 |