diff options
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"` |