From 97c77e536cb878ee4752d7017f26af04e8be74a2 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 29 Apr 2014 22:17:25 +0200 Subject: Fixed a CPU hogging bug (plus some refactoring). --- dw/outofflowmgr.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'dw/outofflowmgr.hh') diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 55793d78..fcf12fbe 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -306,6 +306,7 @@ private: int *height); void getFloatsExtremes (core::Extremes *cbExtr, Side side, int *minWidth, int *maxWidth); + bool getFloatDiffToCB (Float *vloat, int *leftDiff, int *rightDiff); TBInfo *getTextblock (Textblock *textblock); int getBorder (Textblock *textblock, Side side, int y, int h, -- cgit v1.2.3