Rename control to controller
The struct decoder is defined in decoder.h. For naming consistency, define the struct controller in controller.h.
This commit is contained in:
@@ -3,8 +3,8 @@ project('scrcpy-app', 'c')
|
||||
src = [
|
||||
'src/main.c',
|
||||
'src/command.c',
|
||||
'src/control.c',
|
||||
'src/controlevent.c',
|
||||
'src/controller.c',
|
||||
'src/convert.c',
|
||||
'src/decoder.c',
|
||||
'src/frames.c',
|
||||
|
||||
Reference in New Issue
Block a user