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:
Romain Vimont
2018-02-08 11:26:31 +01:00
parent 7b7fd77134
commit ffae15e36a
4 changed files with 3 additions and 3 deletions

View File

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