diff options
| author | Jeff Carr <[email protected]> | 2019-06-01 15:38:47 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-01 15:38:47 -0700 |
| commit | 9db539747b33632e758083b6b72e5249f3edeb1e (patch) | |
| tree | f065729310bb97eb803c98ebaa7c53b0e5929009 /structs.go | |
| parent | 6822cc60f435cc065114ed6aef5a8a190b1144aa (diff) | |
builds and works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ type GuiWindow struct { Width int Height int - mainbox *ui.Box +// mainbox *ui.Box // the callback function to make the window contents MakeWindow func(*GuiWindow) *GuiBox |
