summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-13 12:08:47 -0700
committerJeff Carr <[email protected]>2019-06-13 12:08:47 -0700
commit9cf69eb00550cba039344714602ac928188c08a1 (patch)
treec1a689d767f9990479b2534794cf5f34367b7796 /structs.go
parent9fcd72bcd6abb540ff1fd889a0349ea6d65330c5 (diff)
finally vm list working again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index d4f41f2..3455dc4 100644
--- a/structs.go
+++ b/structs.go
@@ -64,7 +64,7 @@ type GuiWindow struct {
Width int
Height int
Axis int // does it add items to the X or Y axis
- TabNumber int // the andlabs/ui tab index
+ TabNumber *int // the andlabs/ui tab index
// the callback function to make the window contents
MakeWindow func(*GuiWindow) *GuiBox