sdl: use correct SetVideoMode flags on init
authornotaz <notasas@gmail.com>
Mon, 12 May 2025 20:08:24 +0000 (23:08 +0300)
committernotaz <notasas@gmail.com>
Wed, 14 May 2025 20:58:23 +0000 (23:58 +0300)
commit528f252220a74939222e6904e7396c38d97f4ba1
treeb4cc85af176eff040182ba3bf0a8c9c599f74ea7
parent80612f5f31a3201e6c7f710109a9c8b48f6bb757
sdl: use correct SetVideoMode flags on init

- avoids flicker from recreating the window on startup
- resizable window from the beginning
- SDL_SWSURFACE fallback should actually work

maybe will also help notaz/libpicofe#4
plat_sdl.c