...
This commit is contained in:
@@ -19,12 +19,5 @@ View :: protocol {
|
||||
// A child view with its computed frame (set during layout)
|
||||
ViewChild :: struct {
|
||||
view: View;
|
||||
computed_frame: Frame;
|
||||
|
||||
make :: (view: View) -> ViewChild {
|
||||
ViewChild.{
|
||||
view = view,
|
||||
computed_frame = Frame.zero()
|
||||
};
|
||||
}
|
||||
computed_frame: Frame = .zero();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user