aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-23 13:10:17 +0200
committerSebastian Geerken <devnull@localhost>2014-10-23 13:10:17 +0200
commit0c9973c7c8127da4129c1810c52c29f69eb8665f (patch)
treeb37fec0f342567b1ee55917b7b8dfe1d4518f0e7 /dw/ruler.hh
parent80122aabb6debd724228405c358541ecb88f63bf (diff)
Removed old Widget::draw (backward compatibility is not possible anyway).
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index 1f3491bc..f0f98465 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -20,7 +20,8 @@ protected:
void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
bool usesAvailWidth ();
- void draw (core::View *view, core::Rectangle *area);
+ Widget *draw (core::View *view, core::Rectangle *area,
+ core::StackingIteratorStack *iteratorStack);
public:
Ruler ();