aboutsummaryrefslogtreecommitdiff
path: root/dw/image.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-23 13:10:17 +0200
committerSebastian Geerken <devnull@localhost>2014-10-23 13:10:17 +0200
commit0c9973c7c8127da4129c1810c52c29f69eb8665f (patch)
treeb37fec0f342567b1ee55917b7b8dfe1d4518f0e7 /dw/image.hh
parent80122aabb6debd724228405c358541ecb88f63bf (diff)
Removed old Widget::draw (backward compatibility is not possible anyway).
Diffstat (limited to 'dw/image.hh')
-rw-r--r--dw/image.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/image.hh b/dw/image.hh
index 9adf7806..6032a83b 100644
--- a/dw/image.hh
+++ b/dw/image.hh
@@ -134,8 +134,9 @@ protected:
void getExtremesImpl (core::Extremes *extremes);
void sizeAllocateImpl (core::Allocation *allocation);
void containerSizeChangedForChildren ();
-
- void draw (core::View *view, core::Rectangle *area);
+
+ Widget *draw (core::View *view, core::Rectangle *area,
+ core::StackingIteratorStack *iteratorStack);
bool buttonPressImpl (core::EventButton *event);
bool buttonReleaseImpl (core::EventButton *event);