mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
direct: s/ncplane/ncdirectv/g
This commit is contained in:
parent
730e9f69ec
commit
5cd3cdaf70
@ -143,12 +143,12 @@ namespace ncpp
|
||||
return ncdirect_render_image (direct, file, align, blitter, scale);
|
||||
}
|
||||
|
||||
struct ncplane* prep_image (const char* file, ncblitter_e blitter, ncscale_e scale) const noexcept
|
||||
ncdirectv* prep_image (const char* file, ncblitter_e blitter, ncscale_e scale) const noexcept
|
||||
{
|
||||
return ncdirect_render_frame (direct, file, blitter, scale);
|
||||
}
|
||||
|
||||
int raster_image (struct ncplane* faken, ncalign_e align, ncblitter_e blitter, ncscale_e scale) const noexcept
|
||||
int raster_image (ncdirectv* faken, ncalign_e align, ncblitter_e blitter, ncscale_e scale) const noexcept
|
||||
{
|
||||
return ncdirect_raster_frame (direct, faken, align, blitter, scale);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user