summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 12:43:51 -0500
committerJeff Carr <[email protected]>2025-10-13 12:43:51 -0500
commit686c7f0bd6a69580e2c1503c89cc21c1881d368a (patch)
treef5e10b981fb0030a085dc913eeb6ad35ffd09416 /structs.go
parent1ac9426ab598ea45bb3f86c56e1dad7462008fec (diff)
new funcs for guiv0.2.86
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 056d240..c156ad9 100644
--- a/structs.go
+++ b/structs.go
@@ -5,6 +5,7 @@ import (
"time"
"go.wit.com/gui"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/virtpb"
@@ -25,7 +26,7 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
auto *prep.Auto // more experiments for bash handling
- myGui *prep.GuiPrep // the gui toolkit handle
+ myGui *fhelp.GuiPrep // the gui toolkit handle
e *virtpb.Events // virt protobuf events
hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct
names []string // ?