From fd4af0e0dbdd4d8875e2d9dfb4cda84261cacaea Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Jun 2019 21:15:55 -0700 Subject: spash screen works again Signed-off-by: Jeff Carr --- structs.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b036d83..360d59d 100644 --- a/structs.go +++ b/structs.go @@ -82,8 +82,6 @@ type GuiWindow struct { Width int Height int -// mainbox *ui.Box - // the callback function to make the window contents MakeWindow func(*GuiWindow) *GuiBox @@ -105,7 +103,7 @@ type GuiWindow struct { type GuiButton struct { Action string // what type of button Box *GuiBox // what box the button click was in - Area *GuiArea // indicates the button click was in an Area +// Area *GuiArea // indicates the button click was in an Area GW *GuiWindow // what window the button click was in (redundant?) Account *pb.Account // associated with what account? -- cgit v1.2.3