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 b7520d1..dca855f 100644
--- a/structs.go
+++ b/structs.go
@@ -42,6 +42,8 @@ type GuiData struct {
// Store access to everything via binary tree's
NodeMap map[string]*Node
+ NodeArray []*Node
+ NodeSlice []*Node
// A map of all buttons everywhere on all
// windows, all tabs, across all goroutines