diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-17 20:19:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-17 20:19:25 +0100 |
commit | 40a952ae5cd7a4a60429b36b557870c0a34b7312 (patch) | |
tree | 16d6a9d27fbed11d1e92f2d2bdbc2dfdeded55f8 /dw/outofflowmgr.hh | |
parent | 2edfcf340236c6293c15535949bd0ce3730a9884 (diff) |
Fixed floats size problem.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index fdd985e3..dcd25dd5 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -256,6 +256,8 @@ private: int newFlx, int newFly, int newFlw, int newFlh, Side side, int *floatPos); + bool doFloatsExceedCB (Side side); + void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area); void drawAbsolutelyPositioned (core::View *view, core::Rectangle *area); |