diff options
author | Sebastian Geerken <devnull@localhost> | 2013-04-11 13:42:41 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-04-11 13:42:41 +0200 |
commit | 27ceea65b6e055a2ec9fe450f1a9aed9febe1e5c (patch) | |
tree | ae1188747e5b37261a634429ac8fc7081e74451b /dw/outofflowmgr.hh | |
parent | 59decaaa65d9956d772dbc73574a9a815753ddb3 (diff) |
Reactivated hasFloat (plus some cleanup).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 4d743399..ae5a7922 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -173,6 +173,8 @@ private: int *oofMaxWidth); TBInfo *registerCaller (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h); + SortedFloatsVector *getFloatsListForTextblock (Textblock *textblock, + Side side); bool hasFloat (Textblock *textblock, Side side, int y, int h); void ensureFloatSize (Float *vloat); |