aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r--dw/fltkui.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index b2d18ba0..a648638d 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -332,7 +332,8 @@ void FltkResource::sizeAllocate (core::Allocation *allocation)
DBG_OBJ_LEAVE ();
}
-void FltkResource::draw (core::View *view, core::Rectangle *area)
+void FltkResource::draw (core::View *view, core::Rectangle *area,
+ core::DrawingContext *context)
{
FltkView *fltkView = (FltkView*)view;
if (fltkView->usesFltkWidgets () && this->view == fltkView) {
@@ -433,9 +434,11 @@ template <class I> void FltkSpecificResource<I>::sizeAllocate (core::Allocation
}
template <class I> void FltkSpecificResource<I>::draw (core::View *view,
- core::Rectangle *area)
+ core::Rectangle *area,
+ core::DrawingContext
+ *context)
{
- FltkResource::draw (view, area);
+ FltkResource::draw (view, area, context);
}
template <class I> void FltkSpecificResource<I>::setStyle (core::style::Style