mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-02 15:45:42 +00:00
Rename screen -> scrcpy -> main
Rename scrcpy.c to main.c (this file handles the command line parsing), and screen.c to scrcpy.c (it exposes the entry point scrcpy()).
This commit is contained in:
parent
8984c1a7c4
commit
2c35220618
5 changed files with 592 additions and 592 deletions
|
@ -1,7 +1,7 @@
|
|||
project('scrcpy-app', 'c')
|
||||
|
||||
src = [
|
||||
'src/scrcpy.c',
|
||||
'src/main.c',
|
||||
'src/command.c',
|
||||
'src/control.c',
|
||||
'src/controlevent.c',
|
||||
|
@ -10,7 +10,7 @@ src = [
|
|||
'src/frames.c',
|
||||
'src/lockutil.c',
|
||||
'src/netutil.c',
|
||||
'src/screen.c',
|
||||
'src/scrcpy.c',
|
||||
'src/server.c',
|
||||
'src/strutil.c',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue