diff options
author | Sebastian Geerken <devnull@localhost> | 2013-05-01 22:45:32 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-05-01 22:45:32 +0200 |
commit | e2a2501c4d0c8a4ea9e89a223ec594dd8702863d (patch) | |
tree | 1acd84af6ab2150be23605dc970524433f81b9cc /dw/outofflowmgr.hh | |
parent | 19594f92fdbfe5d3f5a69e8e8e53c763fa7c5b8d (diff) |
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 13cdd9b1..984c2f21 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -190,6 +190,8 @@ private: int getFloatsSize (SortedFloatsVector *list); void accumExtremes (SortedFloatsVector *list, int *oofMinWidth, int *oofMaxWidth); + TBInfo *getTextblock (Textblock *textblock); + TBInfo *getExistingTextblock (Textblock *textblock); TBInfo *registerTextblock (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h, Textblock *lastGB, int lastExtIndex); |