summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-20 21:33:50 +0100
committerSebastian Geerken <devnull@localhost>2014-03-20 21:33:50 +0100
commit88fcb032930621c92a0f3392d5682ce5a9af1c82 (patch)
tree7a8665b74da2c3ac0ba2a1d6136537030aeb200a /dw/outofflowmgr.hh
parentcea1969afae6eb5be6a87cd3abaf80b7399710ce (diff)
Some refactoring.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh1
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);