aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 6703ccca..1ff896f5 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -253,7 +253,8 @@ public:
void setDisplayed (bool displayed);
void setEnabled (bool enabled);
- void draw (View *view, Rectangle *area);
+ void draw (View *view, Rectangle *area, StackingIteratorStack *iteratorStack,
+ Widget **interruptedWidget);
Iterator *iterator (Content::Type mask, bool atEnd);
void setStyle (style::Style *style);