scrcpy/app
Romain Vimont a4f8c02502 Reorder initialization to simplify
This also avoids a warning with some compilers which do not understand
that the condition to initialize the variable is the same as the
condition to use it:

    ../app/src/scrcpy.c: In function ‘scrcpy’:
    ../app/src/scrcpy.c:750:13: warning: ‘src’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      750 |             sc_frame_source_add_sink(src, &s->screen.frame_sink);
          |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Refs 45fe6b602b
Refs <https://github.com/Genymobile/scrcpy/issues/5045#issuecomment-2201589757>
2024-07-02 08:14:58 +02:00
..
data Forward mouse hover events 2024-06-29 12:42:19 +02:00
deps Upgrade platform-tools (35.0.0) for Windows 2024-06-29 13:10:45 +02:00
src Reorder initialization to simplify 2024-07-02 08:14:58 +02:00
tests Simplify shortcut modifiers 2024-06-23 19:15:45 +02:00
meson.build Add UHID mouse support 2024-03-01 00:52:13 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.5 2024-06-29 16:52:45 +02:00
scrcpy.1 Forward mouse hover events 2024-06-29 12:42:19 +02:00