From 2dabe5eb9f5722b3d498af03fed274e2d248a6c8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 12:21:10 -0700 Subject: more dereferencing of *ui.Area Signed-off-by: Jeff Carr --- structs.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6826009..4863246 100644 --- a/structs.go +++ b/structs.go @@ -13,7 +13,6 @@ import pb "git.wit.com/wit/witProtobuf" // be the safe way to interact with the GUI // var Data GuiDataStructure -var window1 *WindowMap type GuiDataStructure struct { State string @@ -53,15 +52,17 @@ type GuiDataStructure struct { // pass it in CurrentVM *pb.Event_VM + Window1 *WindowMap + Window2 *WindowMap + EntryNick *ui.Entry EntryUser *ui.Entry EntryPass *ui.Entry // stuff for the splash screen / setup tabs - cloudWindow *ui.Window cloudBox *ui.Box smallBox *ui.Box - myAH *AreaHandler +// myAH *AreaHandler tabcount int } -- cgit v1.2.3