diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index f0f98465..c94c2e55 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -20,8 +20,9 @@ protected: void getExtremesImpl (core::Extremes *extremes); void containerSizeChangedForChildren (); bool usesAvailWidth (); - Widget *draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack); + void draw (core::View *view, core::Rectangle *area, + core::StackingIteratorStack *iteratorStack, + Widget **interruptedWidget); public: Ruler (); |