diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 15:03:20 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 15:03:20 -0700 |
| commit | 3bf115b56e75db0488a797f110c8717ff9a5a966 (patch) | |
| tree | dc0c2b8b0f1a1c5a7043150df122a1db7db79189 /structs.go | |
| parent | 59629136af4b87dffc50d06144627a19fc5536e0 (diff) | |
open and close windows on linux for the VM
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,6 +101,8 @@ type ButtonMap struct { B *ui.Button FB *ui.FontButton A *ui.Area + W *ui.Window + Account *pb.Account VM *pb.Event_VM Action string // what type of button |
