mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
t/oxr: Fix type issue with sdl2 code
This commit is contained in:
parent
9e953083fc
commit
c123195800
|
@ -81,7 +81,7 @@ sdl2_window_init(struct sdl2_program *p)
|
|||
SDL_GL_SetAttribute(SDL_GL_CONTEXT_FLAGS,
|
||||
SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG);
|
||||
|
||||
SDL_WindowFlags window_flags = 0;
|
||||
int window_flags = 0;
|
||||
window_flags |= SDL_WINDOW_SHOWN;
|
||||
window_flags |= SDL_WINDOW_OPENGL;
|
||||
window_flags |= SDL_WINDOW_RESIZABLE;
|
||||
|
|
Loading…
Reference in a new issue