Skip to content

Commit

Permalink
wipping!
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamed committed Sep 19, 2024
1 parent 3033d05 commit 5d4d707
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 72 deletions.
2 changes: 1 addition & 1 deletion src/vaev-layout/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum struct Commit {

struct Input {
Commit commit = Commit::NO; //< Should the computed values be committed to the layout?
IntrinsicSize intrinsic = IntrinsicSize::AUTO;
Pair<IntrinsicSize> intrinsic = {IntrinsicSize::AUTO, IntrinsicSize::AUTO};
Math::Vec2<Opt<Px>> knownSize = {};
Vec2Px availableSpace = {};
Vec2Px containingBlock = {};
Expand Down
Loading

0 comments on commit 5d4d707

Please sign in to comment.