From 01637283b33d7fe4921e9347ada867e44b29edba Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 23 Jun 2025 17:35:34 -0400 Subject: Internally track modifier keys, Wayland Vulkan - Add set_cursor(). - Various Wayland cleanups. Signed-off-by: Andrew Opalach --- tests/window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/window.c b/tests/window.c index d334d36..e13f1fa 100644 --- a/tests/window.c +++ b/tests/window.c @@ -279,7 +279,9 @@ s32 window_system_main(u32 argc, str *argv, void *extra) s32 main(s32 argc, char *argv[]) { - if (!nn_common_init() || !stl_global_init(false)) { + if (!nn_common_init("Stella_main")) return EXIT_FAILURE; + if (!stl_global_init(false)) { + nn_common_close(); return EXIT_FAILURE; } -- cgit v1.2.3-101-g0448