mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
OS2_VideoInit: zero the stSDLDisplay and stSDLDisplayMode variables
Fixes testdisplayinfo.exe crashing in SDL2-2.0.13. (How it did work before?..)
This commit is contained in:
@@ -1555,6 +1555,8 @@ static int OS2_VideoInit(_THIS)
|
||||
return SDL_SetError( "Video mode query failed." );
|
||||
}
|
||||
|
||||
SDL_zero(stSDLDisplay); SDL_zero(stSDLDisplayMode);
|
||||
|
||||
stSDLDisplayMode.format = _getSDLPixelFormat( stVOInfo.ulBPP,
|
||||
stVOInfo.fccColorEncoding );
|
||||
stSDLDisplayMode.w = stVOInfo.ulHorizResolution;
|
||||
|
Reference in New Issue
Block a user