diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:11:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:11:12 +0200 |
commit | 06957aa0f264bc181c01f5618f3b3c8d4db38ddb (patch) | |
tree | f76a8580213fca0b36a0349fbc6081b37e49cda5 /tests | |
parent | 5500ce377a0a552bfa858232f7086c197d0ab458 (diff) |
wip: 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 9e6aaa5..e3d199c 100644 --- a/tests/main.c +++ b/tests/main.c @@ -234,7 +234,7 @@ int main(void) { test_hash_map(); test_utf8(); - if(mgl_init(MGL_WINDOW_SYSTEM_NATIVE) != 0) + if(mgl_init(MGL_WINDOW_SYSTEM_X11) != 0) return 1; mgl_texture texture; |