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