aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-08-26 10:22:09 +0200
committerSebastian Geerken <devnull@localhost>2013-08-26 10:22:09 +0200
commit16fd6283d93b8f468074358a488a6acc076d852d (patch)
treeda32739c4ca5a0ed4954f3219fad97bb217ad497 /dw/outofflowmgr.hh
parent6585f6117436d57ca2981ca7552b09565abe0178 (diff)
Some refactoring.
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 69f39471..31d783c5 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -227,6 +227,8 @@ private:
int getFloatsSize (SortedFloatsVector *list);
void accumExtremes (SortedFloatsVector *list, int *oofMinWidth,
int *oofMaxWidth);
+ int getBorderDiff (Float *vloat);
+
TBInfo *getTextblock (Textblock *textblock);
int getBorder (Textblock *textblock, Side side, int y, int h,
Textblock *lastGB, int lastExtIndex);