diff options
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh index 081b8db4..87f688aa 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -182,6 +182,7 @@ struct Extremes int maxWidth; int minWidthIntrinsic; int maxWidthIntrinsic; + int adjustmentWidth; }; struct Content |