mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Allow to set resolution mask from command line
Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
This commit is contained in:
parent
9be88e46bf
commit
c6334a7509
4 changed files with 38 additions and 6 deletions
|
@ -235,6 +235,10 @@ struct cli_cmd {
|
|||
extern sd_event *cli_event;
|
||||
extern sd_bus *cli_bus;
|
||||
|
||||
extern unsigned int wfd_supported_res_cea;
|
||||
extern unsigned int wfd_supported_res_vesa;
|
||||
extern unsigned int wfd_supported_res_hh;
|
||||
|
||||
int cli_init(sd_bus *bus, const struct cli_cmd *cmds);
|
||||
void cli_destroy(void);
|
||||
int cli_run(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue