mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 16:38:48 +08:00
wayland: Fix bug 3814 -Wmissing-field-initializers
This commit is contained in:
@@ -261,6 +261,8 @@ main(int argc, char *argv[])
|
||||
state->gl_blue_size = 5;
|
||||
state->gl_depth_size = 16;
|
||||
state->gl_double_buffer = 1;
|
||||
state->gl_major_version = 3;
|
||||
state->gl_minor_version = 3;
|
||||
if (fsaa) {
|
||||
state->gl_multisamplebuffers = 1;
|
||||
state->gl_multisamplesamples = fsaa;
|
||||
|
||||
Reference in New Issue
Block a user