diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-22 16:35:06 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-22 16:35:06 +0100 |
commit | 277bd62dffae922bd41e31c96ccd880b9d26a503 (patch) | |
tree | 3c54582147cd57808f0ac90089ee55e830ccb83b /dw/outofflowmgr.hh | |
parent | d542bf88810f62cc8404d5bc047409d8d6e05e4b (diff) |
Applied "relation change" optimization also to other context.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 57c3c42b..44489be3 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -229,10 +229,10 @@ private: core::Widget *getAbsolutelyPositionedWidgetAtPoint (int x, int y, int level); bool collides (Float *vloat, Float *other, int *yReal); - void checkCoveragePosChanged (Float *vloat, int oldY); + void checkRelationPosChanged (Float *vloat, Side side, int oldY); - void getFloatsLists (Float *vloat, SortedFloatsVector **listSame, - SortedFloatsVector **listOpp); + void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame, + SortedFloatsVector **listOpp, Side *side); void getFloatsSize (SortedFloatsVector *list, Side side, int *width, int *height); |