aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.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/ui.hh
parent80898e60379898a69a09fa2bbfec02ae95c28ffd (diff)
Changed signature of Widget::draw and friends.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 898b51d4..1ff896f5 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -253,8 +253,8 @@ public:
void setDisplayed (bool displayed);
void setEnabled (bool enabled);
- Widget *draw (View *view, Rectangle *area,
- StackingIteratorStack *iteratorStack);
+ void draw (View *view, Rectangle *area, StackingIteratorStack *iteratorStack,
+ Widget **interruptedWidget);
Iterator *iterator (Content::Type mask, bool atEnd);
void setStyle (style::Style *style);