diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 1d78a94e..6dc12279 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -110,6 +110,8 @@ private: core::Widget *getWidgetAtPoint (SortedFloatsVector *list, int x, int y, int level); void tellPositionOrNot (core::Widget *widget, int y, bool positioned); + void checkCoverage (Float *vloat, bool oldPositioned, int oldY); + void getFloatsLists (Float *vloat, SortedFloatsVector **listSame, SortedFloatsVector **listOpp); |