diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 4 |
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); |