Set HDR of screen according to client request

This commit is contained in:
Yukino Song
2024-09-06 05:42:20 +08:00
parent 6f20cf91da
commit f22e02cf14
5 changed files with 99 additions and 64 deletions

View File

@@ -79,7 +79,9 @@ namespace proc {
KITTY_DEFAULT_CONSTR_MOVE_THROW(proc_t)
std::string display_name;
std::string initial_display;
bool virtual_display;
bool initial_hdr;
proc_t(
boost::process::environment &&env,