From d049100b42d18ad15f1ad10a2c35481c1ccfef4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Jun 2019 15:41:30 -0700 Subject: don't use Data.Windows anymore Signed-off-by: Jeff Carr --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') 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" -- cgit v1.2.3