aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-02-24 13:10:17 +0100
committerSebastian Geerken <devnull@localhost>2014-02-24 13:10:17 +0100
commit9dd784b815586e31e4e4f80c5b69cde76500e9fe (patch)
treec778df59f545bf1b7cacdaf421f14e3138940fc7 /dw/outofflowmgr.hh
parent4846f88bbc2a34900f57f369b979a41b2d11e635 (diff)
Corrected tellPosition/collides.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 198e7190..f33913ab 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -267,8 +267,8 @@ private:
int level);
core::Widget *getAbsolutelyPositionedWidgetAtPoint (int x, int y, int level);
- bool collides (Float *vloat, Float *other, int *yReal);
-
+ bool collidesV (Float *vloat, Float *other, int *yReal);
+
void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame,
SortedFloatsVector **listOpp, Side *side);