From 26c56565cc0573ce23eb8d172a6765bce1f657ce Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 18 Apr 2025 12:55:00 +0200 Subject: Separate glx and egl from window system to prepare for wayland --- tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index 44e3a27..9e6aaa5 100644 --- a/tests/main.c +++ b/tests/main.c @@ -234,7 +234,7 @@ int main(void) { test_hash_map(); test_utf8(); - if(mgl_init() != 0) + if(mgl_init(MGL_WINDOW_SYSTEM_NATIVE) != 0) return 1; mgl_texture texture; -- cgit v1.2.3-70-g09d2