aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-05-01 22:45:32 +0200
committerSebastian Geerken <devnull@localhost>2013-05-01 22:45:32 +0200
commite2a2501c4d0c8a4ea9e89a223ec594dd8702863d (patch)
tree1acd84af6ab2150be23605dc970524433f81b9cc /dw/outofflowmgr.hh
parent19594f92fdbfe5d3f5a69e8e8e53c763fa7c5b8d (diff)
Some cleanup.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh2
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);