2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 06:15:25 +00:00

Move scrcpy option structs to options.h

This will allow to define symbols in options.c without all the
dependencies of scrcpy.c.
This commit is contained in:
Romain Vimont
2021-10-27 18:43:47 +02:00
parent ac23bec144
commit e4d5c1ce36
14 changed files with 172 additions and 165 deletions

View File

@@ -6,7 +6,7 @@
#include <stdio.h>
#include <unistd.h>
#include "scrcpy.h"
#include "options.h"
#include "util/log.h"
#include "util/str_util.h"