scrcpy/app
Romain Vimont ae47396e27 Explicitly ignore useless SDL3 API return values
Some functions that returned void in SDL2 have become fallible in SDL3.
However, these should really correspond to assertions rather than errors that need to be handled by the caller.

Use assertions to explicitly ignore these return values.

TODO: refs SDL issue 14223
2025-10-12 16:58:04 +02:00
..
data Remove useless flag in zsh completion script 2025-05-22 20:00:58 +02:00
deps Update platform-tools checksums 2025-07-17 13:20:45 +02:00
src Explicitly ignore useless SDL3 API return values 2025-10-12 16:58:04 +02:00
tests Extend value range for SDK mouse scrolling 2025-06-20 19:54:16 +02:00
meson.build Migrate from SDL2 to SDL3 2025-10-12 16:57:47 +02:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 3.3.3 2025-09-23 21:18:45 +02:00
scrcpy.1 Add missing --screen-off-timeout doc in manpage 2025-04-14 18:07:37 +02:00