scrcpy/app
Romain Vimont b8d7f36ba3 Fix SC_EXIT_CODE_NONE value
The exit code on windows is stored in a DWORD, an unsigned long:
<https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2>

Use the max value of this type for SC_EXIT_CODE_NONE.
2022-01-29 08:05:59 +01:00
..
src Fix SC_EXIT_CODE_NONE value 2022-01-29 08:05:59 +01:00
tests Use sc_ prefix for control_msg enums 2022-01-27 16:47:51 +01:00
meson.build Add OTG mode 2022-01-27 23:36:23 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy.1 Make HID keyboard and mouse optional in OTG mode 2022-01-27 23:36:27 +01:00