diff options
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/image.hh b/dw/image.hh index 6032a83b..85776db5 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -135,8 +135,9 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); void containerSizeChangedForChildren (); - Widget *draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack); + void draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget); bool buttonPressImpl (core::EventButton *event); bool buttonReleaseImpl (core::EventButton *event); |