Romain Vimont
|
3adff37c2d
|
Use sc_ prefix for sockets
Rename:
- socket_t to sc_socket
- INVALID_SOCKET to SC_INVALID_SOCKET
|
4 years ago |
Romain Vimont
|
f6320c7e31
|
Wrap SDL thread functions into scrcpy-specific API
The goal is to expose a consistent API for system tools, and paves the
way to make the "core" independant of SDL in the future.
|
5 years ago |
Romain Vimont
|
ab912c23e7
|
Define feature test macros in common.h
This enables necessary functions once for all.
As a consequence, define common.h before any other header.
|
5 years ago |
Romain Vimont
|
59feb2a15c
|
Group common includes into common.h
Include config.h and compat.h in common.h, and include common.h from all
source files.
|
5 years ago |
Romain Vimont
|
dfd0707a29
|
Move utilities to util/
|
6 years ago |
Romain Vimont
|
1f8ba1ca79
|
Include config.h everywhere
Ref: <https://github.com/Genymobile/scrcpy/issues/829>
Suggested-by: Louis Kruger <louisk@gmail.com>
|
6 years ago |
Romain Vimont
|
6112095e75
|
Add device event receiver
Create a separate component to handle device events, managed by the
controller.
|
7 years ago |