diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-05 17:39:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-05 17:39:37 +0100 |
commit | 217ccff3b593f0acabbc700938995a4c334f9c96 (patch) | |
tree | 14d93651d724ac47d6fc3f6245165bc4bc739acb /tests/main.c | |
parent | 0d5743ae8a077c284c0cad2e3f9dc52c6eed0a40 (diff) |
Test
Diffstat (limited to 'tests/main.c')
-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 3ec5738..1b066ee 100644 --- a/tests/main.c +++ b/tests/main.c @@ -248,7 +248,7 @@ int main(void) { mgl_clock_init(&userdata.clock); mgl_window window; - if(mgl_window_create(&window, "mgl", &(mgl_window_create_params){ .size = {1280, 720}, .min_size = { 1000, 1000 } }) != 0) + if(mgl_window_create(&window, "mgl", &(mgl_window_create_params){ .size = {1280, 720}, .min_size = { 1000, 1000 }, .window_type = MGL_WINDOW_TYPE_DIALOG }) != 0) return 1; if(mgl_texture_init(&texture) != 0) |