aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lhosts.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-07 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-07 20:20:20 +0200
commit53664b1a4b62adcd744685c703c5050baaa02a08 (patch)
tree32213946dbcd2457f7fea7c0a46fa1f53fc0eef3 /src/c_lhosts.go
parenttext change (diff)
downloadhardflip-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.go2
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"`