Move screen-related code to screen.c

The file scrcpy.c contains too many different things in addition to the
main logic, so move the screen code to a separate file, screen.c.
This commit is contained in:
Romain Vimont
2018-02-08 11:14:13 +01:00
parent 14c58546a7
commit 6c578b5caa
5 changed files with 390 additions and 276 deletions

View File

@@ -11,6 +11,7 @@ src = [
'src/lockutil.c',
'src/netutil.c',
'src/scrcpy.c',
'src/screen.c',
'src/server.c',
'src/strutil.c',
'src/tinyxpm.c',