diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 38ac78b9..0ca19ee6 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -31,10 +31,8 @@ public: virtual void markSizeChange (int ref) = 0; virtual void markExtremesChange (int ref) = 0; virtual core::Widget *getWidgetAtPoint (int x, int y, - core::StackingIteratorStack - *iteratorStack, - core::Widget **interruptedWidget, - int *index)= 0; + core::GettingWidgetAtPointContext + *context) = 0; virtual void addWidgetInFlow (OOFAwareWidget *widget, OOFAwareWidget *parent, int externalIndex) = 0; |