mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
[outro] don't use NCBLIT_PIXEL yet
This commit is contained in:
parent
1369a36710
commit
f2eb6f736a
@ -59,7 +59,6 @@ videothread(void* vnc){
|
||||
.n = ncp,
|
||||
.y = 1,
|
||||
.flags = NCVISUAL_OPTION_ADDALPHA,
|
||||
.blitter = NCBLIT_PIXEL,
|
||||
};
|
||||
int three = 3;
|
||||
if(ncvisual_blit(nc, ncv, &ovopts) == NULL){
|
||||
|
Loading…
Reference in New Issue
Block a user