aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-04-18 14:56:51 +0200
committerSebastian Geerken <devnull@localhost>2013-04-18 14:56:51 +0200
commitac2616a2749d3b51a1c5a2d73e143a36d48222f7 (patch)
tree0665bd39ff03165701beeb608f348a6c9cda9120 /dw/outofflowmgr.hh
parentdf2c456eac1c6f6f6d23942907606a89c26b0f97 (diff)
Fixed limited floats search, and integrated it into textblock widget. (Still not fully working.)
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 18ac801d..718eed48 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -88,8 +88,8 @@ private:
lout::container::typed::Vector<Float> (1, false)
{ this->oofm = oofm; this->side = side; }
- int find (Textblock *textblock, int y, Textblock *lastGB,
- int lastExtIndex);
+ int findFloatIndex (Textblock *lastGB, int lastExtIndex);
+ int find (Textblock *textblock, int y, int start, int end);
int findFirst (Textblock *textblock, int y, int h, Textblock *lastGB,
int lastExtIndex);
int findLastBeforeSideSpanningIndex (int sideSpanningIndex);