diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-23 13:17:13 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-23 13:17:13 +0100 |
commit | 80229b2b5159af52b407fdf2f535d57c669bb667 (patch) | |
tree | 1119ca90bc237648a1dea0bd5392dbd759239bca /dw/image.hh | |
parent | 101b4e1ddcf164b55ccf06513fc007463bfc0662 (diff) |
Simplified interrupted drawing. (Mouse events will follow.)
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/image.hh b/dw/image.hh index 9831c7b6..a46dd20a 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -136,8 +136,7 @@ protected: void containerSizeChangedForChildren (); void draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - Widget **interruptedWidget); + core::DrawingContext *context); bool buttonPressImpl (core::EventButton *event); bool buttonReleaseImpl (core::EventButton *event); |