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 0f02147..90a674b 100644
--- a/structs.go
+++ b/structs.go
@@ -28,9 +28,10 @@ type GuiData struct {
// A map of all the entry boxes
AllEntries []*GuiEntry
- Windows []*GuiWindow
WindowMap map[string]*GuiWindow
+ // Windows []*GuiWindow
+
// A map of all buttons everywhere on all
// windows, all tabs, across all goroutines
// This is "GLOBAL"