From f1661d0c73acac78ba94820bcfa717a959387c03 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 8 Jan 2019 10:25:54 -0500 Subject: doc: Document blit-surface. * doc/api.texi (Surfaces): Document blit-surface procedure. --- doc/api.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3