diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-20 21:33:50 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-20 21:33:50 +0100 |
commit | 88fcb032930621c92a0f3392d5682ce5a9af1c82 (patch) | |
tree | 7a8665b74da2c3ac0ba2a1d6136537030aeb200a /dw/outofflowmgr.hh | |
parent | cea1969afae6eb5be6a87cd3abaf80b7399710ce (diff) |
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 dcd25dd5..77a06b6c 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -266,6 +266,7 @@ private: core::Widget *getAbsolutelyPositionedWidgetAtPoint (int x, int y, int level); bool collidesV (Float *vloat, Float *other, int *yReal); + bool collidesH (Float *vloat, Float *other, int *yReal); void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame, SortedFloatsVector **listOpp, Side *side); |