notcurses_ncplane(3): update blitter signatures

pull/344/head
nick black 5 years ago
parent 78ff79fb34
commit 155650afa4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -112,9 +112,9 @@ notcurses_ncplane - operations on notcurses planes
**void ncplane_greyscale(struct ncplane* n);**
**int bgrx_blit(struct ncplane* nc, int placey, int placex, int linesize, const unsigned char* data, int begy, int begx, int leny, int lenx);**
**int ncblit_bgrx(struct ncplane* nc, int placey, int placex, int linesize, const unsigned char* data, int begy, int begx, int leny, int lenx);**
**int rgba_blit(struct ncplane* nc, int placey, int placex, int linesize, const unsigned char* data, int begy, int begx, int leny, int lenx);**
**int ncblit_rgba(struct ncplane* nc, int placey, int placex, int linesize, const unsigned char* data, int begy, int begx, int leny, int lenx);**
## DESCRIPTION

Loading…
Cancel
Save