Add per-app resolution scale config

This commit is contained in:
Yukino Song
2024-08-21 00:47:55 +08:00
parent f2401c08f7
commit 2fb4ec1931
5 changed files with 41 additions and 13 deletions

View File

@@ -70,6 +70,7 @@ namespace proc {
bool wait_all;
bool virtual_display;
bool virtual_display_primary;
int scale_factor;
std::chrono::seconds exit_timeout;
};