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 Type ViewType
// Actual width and height // Actual width and height
width int Width int
height int Height int
lockWidth bool LockWidth bool
lockHeight bool LockHeight bool
// Where this view is located // Where this view is located
x, y int x, y int