diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/table.hh b/dw/table.hh index 23298ac2..491bb709 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -478,8 +478,8 @@ protected: core::DrawingContext *context); Widget *getWidgetAtPointLevel (int x, int y, - core::StackingIteratorStack *iteratorStack, - Widget **interruptedWidget, int majorLevel); + core::GettingWidgetAtPointContext *context, + int level); int getLastLevelIndex (int majorLevel, int minorLevel); //bool buttonPressImpl (core::EventButton *event); |