diff options
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/image.hh b/dw/image.hh index b94f647d..9831c7b6 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -134,8 +134,10 @@ protected: void getExtremesImpl (core::Extremes *extremes); void sizeAllocateImpl (core::Allocation *allocation); void containerSizeChangedForChildren (); - - void draw (core::View *view, core::Rectangle *area); + + void draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget); bool buttonPressImpl (core::EventButton *event); bool buttonReleaseImpl (core::EventButton *event); |