Use existing config option for selecting monitor

This commit is contained in:
loki
2021-04-24 23:41:56 +02:00
parent fe3784454a
commit 0049b36471
5 changed files with 375 additions and 447 deletions
-2
View File
@@ -29,8 +29,6 @@ struct video_t {
std::string encoder;
std::string adapter_name;
std::string output_name;
int linux_monitor_id; //Only used on linux
};
struct audio_t {