diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-04 20:44:00 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-04 20:44:00 +0100 |
commit | 8fc91bbfd90c0ccafc842d94e2b3bd10b8889595 (patch) | |
tree | cf000926053fbf18c8654890a33bbcf87fb775b1 /dw/types.hh | |
parent | a9cd5ace07c664beb87b0b4fbcbff5a9c4213a86 (diff) |
Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.
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 36d6caa1..b6b4ca0b 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 |