diff options
author | Sebastian Geerken <devnull@localhost> | 2014-08-22 21:55:18 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-08-22 21:55:18 +0200 |
commit | a22eca2db8a8cb7e4f591bf9c775be2439e39a6a (patch) | |
tree | bdc9592d9c9bdd5bbeb4b6f35596fa0c4a505a1d /dw/outofflowmgr.hh | |
parent | caefc4a3538c0ce9fd00fafc55276dfeee68a1a8 (diff) |
Fixed problems with overlapping floats.
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 c03e9e1b..b7283815 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -286,6 +286,8 @@ private: int newFlx, int newFly, int newFlw, int newFlh, Side side, int *floatPos); + void checkAllocatedFloatCollisions (Side side); + bool doFloatsExceedCB (Side side); bool haveExtremesChanged (Side side); |