summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 21:15:55 -0700
committerJeff Carr <[email protected]>2019-06-01 21:15:55 -0700
commitfd4af0e0dbdd4d8875e2d9dfb4cda84261cacaea (patch)
treedfccecaafc51ad1eba8650f4e9791ce0d0d3b912 /structs.go
parent273a9eccf74f4aaaeccffa0c7eaebd534581a9cb (diff)
spash screen works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 1 insertions, 3 deletions
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?