diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-18 12:55:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-18 12:55:00 +0200 |
commit | 26c56565cc0573ce23eb8d172a6765bce1f657ce (patch) | |
tree | c4ceaacd336946acec12af5f2c5c4d2a78370744 /tests | |
parent | 506c271eafec23bf469caf6c29431191fa885e58 (diff) |
Separate glx and egl from window system to prepare for wayland
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |