mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses_ncplane(3): update blitter signatures
This commit is contained in:
parent
78ff79fb34
commit
155650afa4
@ -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…
Reference in New Issue
Block a user