mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Prefix receiver by sc_
Like all other components in scrcpy.
This commit is contained in:
parent
680ddf64be
commit
e91618586c
4 changed files with 21 additions and 21 deletions
|
|
@ -21,7 +21,7 @@ struct sc_controller {
|
|||
sc_cond msg_cond;
|
||||
bool stopped;
|
||||
struct sc_control_msg_queue queue;
|
||||
struct receiver receiver;
|
||||
struct sc_receiver receiver;
|
||||
};
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue