Prefix receiver by sc_

Like all other components in scrcpy.
This commit is contained in:
Romain Vimont
2023-02-18 09:37:13 +01:00
parent 680ddf64be
commit e91618586c
4 changed files with 21 additions and 21 deletions

View File

@@ -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