diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 00:51:59 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 00:51:59 -0700 |
| commit | bcd3d85b793e6e19b653fb910d960d017c1fac70 (patch) | |
| tree | f33879b60f83eab78daacf5074c28cf3036eb71e /structs.go | |
| parent | 5b25c0a80b2183c66e85ed437f1fb3b7409933b1 (diff) | |
more work on stability
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ var Data GuiData type GuiData struct { State string - Width int - Height int + // Width int + // Height int // a fallback default function to handle mouse events // if nothing else is defined to handle them |
