diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-16 21:01:02 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-16 21:01:02 +0100 |
commit | 50f3f696e87869333efcdb6d54abfc6b3a5726ed (patch) | |
tree | 43b4c54667e61f2dca3d7def1f662b74e70ad453 /dw/outofflowmgr.hh | |
parent | 3ce5f388f3d1e95c99649734edcf0dd82dce506e (diff) |
Fixed CPU hogging bug.
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 8484cad7..3ed98a99 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -288,6 +288,7 @@ private: int getClearPosition (Textblock *tb, Side side); void ensureFloatSize (Float *vloat); + int adjustFloatWidth (int width, core::Extremes *extremes); void tellFloatPosition (core::Widget *widget, int yReq); |