summaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/ui.cc b/dw/ui.cc
index 67e3fabc..70b451c9 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -128,10 +128,12 @@ void Embed::setEnabled (bool enabled)
resource->setEnabled (enabled);
}
-void Embed::draw (View *view, Rectangle *area)
+Widget *Embed::draw (View *view, Rectangle *area,
+ StackingIteratorStack *iteratorStack)
{
drawWidgetBox (view, area, false);
resource->draw (view, area);
+ return NULL;
}
Iterator *Embed::iterator (Content::Type mask, bool atEnd)