Skip to content

Commit

Permalink
SDL2 consumer resize fix (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl authored Oct 25, 2024
1 parent 48bd013 commit 653948b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/sdl2/consumer_sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 653948b

Please sign in to comment.