diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-25 12:13:51 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-25 12:13:51 +0200 |
commit | dcf6e00e9b790e0868d8863f140567eef5e540c1 (patch) | |
tree | 01b4fcdb5b0ddcdd98e90264869974aaa74da7ff /dw/outofflowmgr.hh | |
parent | 607814bdead6d72fb6825a5502e625a216114a1c (diff) |
Applied interruption (as used for drawing) also to Widget::getWidgetAtPoint. (Still bugs\!)
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index b7db0fe3..151c29f5 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -31,7 +31,11 @@ public: virtual void markSizeChange (int ref) = 0; virtual void markExtremesChange (int ref) = 0; - virtual core::Widget *getWidgetAtPoint (int x, int y) = 0; + virtual core::Widget *getWidgetAtPoint (int x, int y, + core::StackingIteratorStack + *iteratorStack, + core::Widget **interruptedWidget, + int *index)= 0; virtual void addWidgetInFlow (OOFAwareWidget *widget, OOFAwareWidget *parent, int externalIndex) = 0; |