Move device-related code to device.c

Move the code to read the initial device info from scrcpy.c to a
separate file, device.c.
This commit is contained in:
Romain Vimont 2018-02-08 15:42:49 +01:00
commit 3b06e7d500
4 changed files with 33 additions and 19 deletions

View file

@ -7,6 +7,7 @@ src = [
'src/controller.c',
'src/convert.c',
'src/decoder.c',
'src/device.c',
'src/frames.c',
'src/lockutil.c',
'src/netutil.c',