diff --git a/src/modules/sdl2/consumer_sdl2.c b/src/modules/sdl2/consumer_sdl2.c index ee76b3779..4fe2921b3 100644 --- a/src/modules/sdl2/consumer_sdl2.c +++ b/src/modules/sdl2/consumer_sdl2.c @@ -517,6 +517,7 @@ static int setup_sdl_video(consumer_sdl self) if (window_id) { self->sdl_window = SDL_CreateWindowFrom((void *) window_id); + SDL_SetWindowResizable(self->sdl_window, SDL_TRUE); } else { self->sdl_window = SDL_CreateWindow("MLT", SDL_WINDOWPOS_UNDEFINED,