diff options
| author | Jeff Carr <[email protected]> | 2019-06-03 17:10:50 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-03 17:10:50 -0700 |
| commit | c18bfd884be56f7957869dfb5e6daeddd4985244 (patch) | |
| tree | 6a33e2f42eb57dc99118f3a7671cbae8ebccad0c /structs.go | |
| parent | 015d6a25ec8429f6a1ff6f7aee58f7d5cf0c0280 (diff) | |
| parent | 70779ab33b662d3e7849133f57521c2ce217bf96 (diff) | |
Merge branch 'master' into devel
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ type GuiData struct { // A map of all the entry boxes AllEntries []*GuiEntry Windows []*GuiWindow + WindowMap map[string]*GuiWindow // A map of all buttons everywhere on all // windows, all tabs, across all goroutines |
