aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.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/bullet.hh
parent80122aabb6debd724228405c358541ecb88f63bf (diff)
Removed old Widget::draw (backward compatibility is not possible anyway).
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index 004187cd..aa83ba3a 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -17,7 +17,8 @@ protected:
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
- void draw (core::View *view, core::Rectangle *area);
+ Widget *draw (core::View *view, core::Rectangle *area,
+ core::StackingIteratorStack *iteratorStack);
core::Iterator *iterator (core::Content::Type mask, bool atEnd);
public: