Subj : src/conio/sdl_con.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Dec 25 2022 09:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/a194a15736de98517f48a9b3 Modified Files: src/conio/sdl_con.c Log Message: Various SDL fixes: Pass window size in SDL_USEREVENT_SETVIDMODE - Fixes race condition where SDL_WINDOWEVENT_RESIZED or SDL_WINDOWEVENT_SIZE_CHANGED arraves while SDL_USEREVENT_SETVIDMODE is in the queue Set new scaling based on old scaling multiplier - Will resize window on mode changes, but tries to keep integer multiplier similar. May break fullscreen modes, dunno. Have aspect_fix() return higher rather than lower - This may make it the same as aspect_correct(), but I'm too lazy to figure that out. .