aboutsummaryrefslogtreecommitdiff
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..2aed65de 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -128,7 +128,9 @@ void Embed::setEnabled (bool enabled)
resource->setEnabled (enabled);
}
-void Embed::draw (View *view, Rectangle *area)
+void Embed::draw (View *view, Rectangle *area,
+ StackingIteratorStack *iteratorStack,
+ Widget **interruptedWidget)
{
drawWidgetBox (view, area, false);
resource->draw (view, area);