summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 5d267d9..1a24687 100644
--- a/structs.go
+++ b/structs.go
@@ -7,6 +7,7 @@ import (
"sync"
"go.wit.com/lib/debian"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/zoopb"
@@ -21,6 +22,7 @@ type mainType struct {
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
homedir string // where the user homedir is
+ myGui *fhelp.GuiPrep // for initializing the GUI toolkits
}
func initForge() {