Make some view vars public

This commit is contained in:
Zachary Yedidia
2016-11-28 20:23:22 -05:00
parent cee5a88341
commit e53229ec00

View File

@@ -35,11 +35,11 @@ type View struct {
Type ViewType
// Actual width and height
width int
height int
Width int
Height int
lockWidth bool
lockHeight bool
LockWidth bool
LockHeight bool
// Where this view is located
x, y int