scrcpy/app
Romain Vimont dfed1b250e Replace SDL types by C99 standard types
Scrcpy is a C11 project. Use the C99 standard types instead of the
SDL-specific types:

    SDL_bool -> bool
    SintXX   -> intXX_t
    UintXX   -> uintXX_t
2019-03-02 23:55:23 +01:00
..
src Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
tests tests: fix test_control_event_serialize 2019-01-26 20:09:32 +08:00
meson.build Add stream layer 2019-03-02 18:45:45 +01:00