Skip to content

main: zero initialize opts

Minecrell requested to merge Minecrell/osk-sdl:zero-opts into master

Without zero initialization, anything can be in the "Opts" struct when the program is started. On asus-me176c this causes osk-sdl to always run in test mode (480x800 centered on the screen, but touch screen fills full screen...).

Screenshot Before (click me)

broken

Screenshot After (click me)

working

Possibly related: #90 (closed)

Edited by Minecrell

Merge request reports