diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-05 00:03:56 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-05 00:03:56 +0200 |
commit | 5115c6b711cd1b85f2115aafd0d86976709f3d47 (patch) | |
tree | a56e409c7b4b752d2ebb332dcf664528f3209f6b /dw/outofflowmgr.hh | |
parent | 2241c9cbc86185697bbfd25b451ef4e9881f28ac (diff) |
Relative float sizes are now (halfway) correctly recalculated.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 67edcbd5..716c7d36 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -59,6 +59,9 @@ private: TBInfo::*FloatsGB. */ int sideSpanningIndex, mark; core::Requisition size; + int cbAvailWidth; /* On which the calculation of relative sizes + is based. Height not yet used, and probably + not added before size redesign. */ bool dirty; bool inCBList; /* Neccessary to prevent floats from being moved twice from GB to CB list. */ |