From bef3c0452cfe98a7f4bbcd6290508f14b0e9891a Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 15 Jun 2021 22:24:48 -0400 Subject: [PATCH] update ncvisual_plane.3 for ncplane_as_rgba() #1441 --- doc/man/man3/notcurses_plane.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index f383946d9f..acd6329416 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -104,7 +104,7 @@ typedef struct ncplane_options { **int ncplane_at_yx_cell(struct ncplane* ***n***, int ***y***, int ***x***, nccell* ***c***);** -**uint32_t* ncplane_as_rgba(const struct ncplane* ***nc***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***, int* ***pxdimy***, int* ***pxdimx***);** +**uint32_t* ncplane_as_rgba(const struct ncplane* ***nc***, ncblitter_e ***blit***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***, int* ***pxdimy***, int* ***pxdimx***);** **char* ncplane_contents(const struct ncplane* ***nc***, int ***begy***, int ***begx***, int ***leny***, int ***lenx***);**