diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index bf701941..a1b1d68c 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -71,7 +71,10 @@ public: void markSizeChange (int ref); void markExtremesChange (int ref); - core::Widget *getWidgetAtPoint (int x, int y); + core::Widget *getWidgetAtPoint (int x, int y, + core::StackingIteratorStack *iteratorStack, + core::Widget **interruptedWidget, + int *index); void addWidgetInFlow (OOFAwareWidget *widget, OOFAwareWidget *parent, int externalIndex); |