diff options
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" |
