diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-29 19:26:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-29 19:26:24 +0200 |
commit | d65e9300723acb265e5e67925f155b85c4e3725f (patch) | |
tree | d0cfb867680a3f3061a282a64c8a2916bb6b6b66 /dw/outofflowmgr.hh | |
parent | 8b7eb5032c7d40e6fe0fe21aff2523b7fa14e8f2 (diff) |
Some renaming and cleanup.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 429482fd..4d19a904 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -97,9 +97,9 @@ private: respectively. -1 initially. */ 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. */ + int cbLineBreakWidth; /* On which the calculation of relative sizes + is based. Height not yet used, and probably + not added before size redesign. */ bool dirty, sizeChangedSinceLastAllocation; Float (OutOfFlowMgr *oofm, core::Widget *widget, @@ -172,7 +172,7 @@ private: class TBInfo: public WidgetInfo { public: - int availWidth; + int lineBreakWidth; int index; // position within "tbInfos" TBInfo *parent; @@ -272,7 +272,7 @@ private: void moveFromGBToCB (Side side); void sizeAllocateFloats (Side side, int newLastAllocatedFloat); int calcFloatX (Float *vloat, Side side, int gbX, int gbWidth, - int gbAvailWidth); + int gbLineBreakWidth); bool hasRelationChanged (TBInfo *tbInfo,int *minFloatPos, core::Widget **minFloat); |