diff options
Diffstat (limited to 'doc')
-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 |