aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-23 23:20:59 +0100
committerSebastian Geerken <devnull@localhost>2015-01-23 23:20:59 +0100
commitcf581248257b88e98fa4315525a0ee531b4cb9c8 (patch)
tree73ecec5922d6ae58de09fb32ad4636cd6dedab17 /dw/textblock.hh
parente497d315b87a42184dce3f9b90e495b3a3806b14 (diff)
Same simplifications for Widget::getWidgetAtPoint as for Widget::draw before.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index cc18cdab..dd128a0a 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -813,8 +813,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);
void sizeRequestImpl (core::Requisition *requisition);