You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src
Romain Vimont bd9f656933 Fix feature test macro
The expected feature test macro is _POSIX_C_SOURCE having a value
greater or equal to 200809L.

Fixes #1726 <https://github.com/Genymobile/scrcpy/issues/1726>
4 years ago
..
android Remove AINPUT_SOURCE_ANY value 6 years ago
sys Fix feature test macro 4 years ago
util Make scrcpy.h independant of other headers 4 years ago
cli.c List available shortcut keys on error 4 years ago
cli.h Customize shortcut modifier 4 years ago
command.c Show a friendly hint for adb installation 4 years ago
command.h Show a friendly hint for adb installation 4 years ago
common.h Accept port range 4 years ago
compat.h Disable X11 compositor bypass 5 years ago
control_msg.c Handle repeating keycodes 4 years ago
control_msg.h Add pinch-to-zoom simulation 4 years ago
controller.c Make message buffer static 4 years ago
controller.h Move utilities to util/ 5 years ago
decoder.c Remove unused includes 5 years ago
decoder.h Include config.h everywhere 5 years ago
device.c Move utilities to util/ 5 years ago
device.h Move utilities to util/ 5 years ago
device_msg.c Serialize text size on 4 bytes 4 years ago
device_msg.h Increase clipboard size from 4k to 256k 4 years ago
event_converter.c Forward Shift to the device 4 years ago
event_converter.h Add --prefer-text option 5 years ago
events.h Add stream layer 5 years ago
file_handler.c Replace SDL_assert() by assert() 5 years ago
file_handler.h Move utilities to util/ 5 years ago
fps_counter.c Replace SDL_Atomic by stdatomic from C11 4 years ago
fps_counter.h Replace SDL_Atomic by stdatomic from C11 4 years ago
icon.xpm Add window icon 6 years ago
input_manager.c Add pinch-to-zoom simulation 4 years ago
input_manager.h Add pinch-to-zoom simulation 4 years ago
main.c Make scrcpy.h independant of other headers 4 years ago
opengl.c Enable trilinear filtering for OpenGL 4 years ago
opengl.h Enable trilinear filtering for OpenGL 4 years ago
receiver.c Set computer clipboard only if necessary 4 years ago
receiver.h Move utilities to util/ 5 years ago
recorder.c Make scrcpy.h independant of other headers 4 years ago
recorder.h Make scrcpy.h independant of other headers 4 years ago
scrcpy.c Pass full options struct to static functions 4 years ago
scrcpy.h Add --no-key-repeat cli option 4 years ago
screen.c Fix touch events HiDPI-scaling 4 years ago
screen.h Fix touch events HiDPI-scaling 4 years ago
server.c Fix more log format warning 4 years ago
server.h Make scrcpy.h independant of other headers 4 years ago
stream.c Remove unused includes 5 years ago
stream.h Move utilities to util/ 5 years ago
tiny_xpm.c Replace SDL_assert() by assert() 5 years ago
tiny_xpm.h Include config.h everywhere 5 years ago
video_buffer.c Replace SDL_assert() by assert() 5 years ago
video_buffer.h Include config.h everywhere 5 years ago