summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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 6b0ee3c..6d1796a 100644
--- a/structs.go
+++ b/structs.go
@@ -13,7 +13,7 @@ import pb "git.wit.com/wit/witProtobuf"
// be the safe way to interact with the GUI
//
var Data GuiDataStructure
-var myAH *AreaHandler
+// var myAH *AreaHandler
type GuiDataStructure struct {
State string
@@ -62,6 +62,7 @@ type GuiDataStructure struct {
cloudTab *ui.Tab
cloudBox *ui.Box
smallBox *ui.Box
+ myAH *AreaHandler
tabcount int