diff options
| author | Jeff Carr <[email protected]> | 2019-06-14 15:41:30 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-14 15:41:30 -0700 |
| commit | d049100b42d18ad15f1ad10a2c35481c1ccfef4c (patch) | |
| tree | 09f512fc40332275c33524693fd1eea1bc4e1391 /structs.go | |
| parent | aec1711e4a5974f651f2aeb81e8365252bed26bb (diff) | |
don't use Data.Windows anymore
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
