summaryrefslogtreecommitdiff
path: root/taro/tests
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-11 10:13:08 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-11 10:18:57 -0400
commitdd5f84bee046fdb62f7ae5f31e3a4bd698de5c4b (patch)
treeedd1552ce242b12a2e6fcfd7c2574d61d2212e53 /taro/tests
parent6e8fa1f2c625b8326065b8f0a6b67e048ba812b5 (diff)
downloadmauri-dd5f84bee046fdb62f7ae5f31e3a4bd698de5c4b.tar.gz
mauri-dd5f84bee046fdb62f7ae5f31e3a4bd698de5c4b.tar.bz2
mauri-dd5f84bee046fdb62f7ae5f31e3a4bd698de5c4b.zip
Default color(4) to white, TUI improvements
- Add some default uniforms. - Fix depth usage. - Add new shader hack for HLSL compat. - Update deps. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'taro/tests')
-rw-r--r--taro/tests/notcurses_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taro/tests/notcurses_ffmpeg.c b/taro/tests/notcurses_ffmpeg.c
index adf9689..342d115 100644
--- a/taro/tests/notcurses_ffmpeg.c
+++ b/taro/tests/notcurses_ffmpeg.c
@@ -5,7 +5,7 @@
s32 main(void)
{
- if (!nn_common_init()) return EXIT_FAILURE;
+ if (!nn_common_init(NULL)) return EXIT_FAILURE;
struct notcurses *nc = notcurses_init(NULL, stdin);