diff options
author | Sebastian Geerken <devnull@localhost> | 2013-04-10 15:31:21 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-04-10 15:31:21 +0200 |
commit | cfa111155ace132ea87a3d1ff33e3a1881793f3f (patch) | |
tree | f5db923105bcf5497481229194b85ffcddd3a197 /dw/outofflowmgr.hh | |
parent | b53b09378def81e893477f302d05fe7a1c9bac9d (diff) |
Float::sideSpanningIndex
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 891581dd..5a0ac34c 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -34,7 +34,7 @@ private: core::Widget *widget; Textblock *generatingBlock; int yReq, yReal; // relative to generator, not container - int index, mark; + int index, sideSpanningIndex, mark; core::Requisition size; bool dirty; @@ -143,7 +143,7 @@ private: Float *findFloatByWidget (core::Widget *widget); - void moveFromGBToCB (Side side); + void moveFromGBToCB (Side side, int offsetSideSpanningIndex); void sizeAllocateFloats (Side side); bool isTextblockCoveredByFloats (Textblock *tb, int tbx, int tby, int tbWidth, int tbHeight, int *floatPos, |