diff options
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/image.cc b/dw/image.cc index 7fb6c5eb..030d4882 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -408,8 +408,7 @@ bool Image::buttonReleaseImpl (core::EventButton *event) } void Image::draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - Widget **interruptedWidget) + core::DrawingContext *context) { int dx, dy; core::Rectangle content, intersection; |