From f2eb6f736a0558df78c97c7d4729618e704484b1 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 16 Oct 2021 23:43:11 -0400 Subject: [PATCH] [outro] don't use NCBLIT_PIXEL yet --- src/demo/outro.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/demo/outro.c b/src/demo/outro.c index eba8eabda..c22a58eab 100644 --- a/src/demo/outro.c +++ b/src/demo/outro.c @@ -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){