mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-04 21:44:39 +01:00
The flag SDL_WINDOW_ALWAYS_ON_TOP is available since SDL 2.0.5. Do not use it if SDL is older, to fix compilation failure. Fixes <https://github.com/Genymobile/scrcpy/issues/432>