Feature #906 ยป 0053-sdl3-Update-video_mode_list-to-sdl3-changes.patch
client/gui-sdl3/optiondlg.c | ||
---|---|---|
int mode_count;
|
||
int i, j;
|
||
SDL_DisplayID *ids;
|
||
const SDL_DisplayMode **modes;
|
||
SDL_DisplayMode **modes;
|
||
ids = SDL_GetDisplays(&display_count);
|
||