diff options
author | Joe <rbo@gmx.us> | 2024-05-07 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-07 20:20:20 +0200 |
commit | 53664b1a4b62adcd744685c703c5050baaa02a08 (patch) | |
tree | 32213946dbcd2457f7fea7c0a46fa1f53fc0eef3 /src/c_lhosts.go | |
parent | text change (diff) | |
download | hardflip-53664b1a4b62adcd744685c703c5050baaa02a08.tar.gz hardflip-53664b1a4b62adcd744685c703c5050baaa02a08.tar.bz2 hardflip-53664b1a4b62adcd744685c703c5050baaa02a08.tar.xz hardflip-53664b1a4b62adcd744685c703c5050baaa02a08.tar.zst hardflip-53664b1a4b62adcd744685c703c5050baaa02a08.zip |
new opts
Diffstat (limited to '')
-rw-r--r-- | src/c_lhosts.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 301a618..41964bd 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -92,6 +92,8 @@ type HostNode struct { Width uint16 `yaml:"width,omitempty"` Height uint16 `yaml:"height,omitempty"` Dynamic bool `yaml:"dynamic,omitempty"` + FullScr bool `yaml:"fullscr,omitempty"` + MultiMon bool `yaml:"multimon,omitempty"` Note string `yaml:"note,omitempty"` Drive map[string]string `yaml:"drive,omitempty"` Silent bool `yaml:"silent,omitempty"` |