diff options
author | Sebastian Geerken <devnull@localhost> | 2013-04-18 14:56:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-04-18 14:56:51 +0200 |
commit | ac2616a2749d3b51a1c5a2d73e143a36d48222f7 (patch) | |
tree | 0665bd39ff03165701beeb608f348a6c9cda9120 /dw/outofflowmgr.hh | |
parent | df2c456eac1c6f6f6d23942907606a89c26b0f97 (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.hh | 4 |
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); |