diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-29 22:17:25 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-29 22:17:25 +0200 |
commit | 97c77e536cb878ee4752d7017f26af04e8be74a2 (patch) | |
tree | ff02e83013535164b2b8867c3c1ca333e9a6fe50 /dw/outofflowmgr.hh | |
parent | 5e0678ef523f24dd452278427d8e02ba9e7f76e8 (diff) |
Fixed a CPU hogging bug (plus some refactoring).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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, |