summaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-23 22:36:11 +0200
committerSebastian Geerken <devnull@localhost>2014-10-23 22:36:11 +0200
commit607814bdead6d72fb6825a5502e625a216114a1c (patch)
tree0e3cfd012c1d9d3000a77e8ccaaecdd754938705 /dw/bullet.hh
parent80898e60379898a69a09fa2bbfec02ae95c28ffd (diff)
Changed signature of Widget::draw and friends.
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index aa83ba3a..7703a64b 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -17,8 +17,9 @@ protected:
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
- Widget *draw (core::View *view, core::Rectangle *area,
- core::StackingIteratorStack *iteratorStack);
+ void draw (core::View *view, core::Rectangle *area,
+ core::StackingIteratorStack *iteratorStack,
+ Widget **interruptedWidget);
core::Iterator *iterator (core::Content::Type mask, bool atEnd);
public: