diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-23 13:10:17 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-23 13:10:17 +0200 |
commit | 0c9973c7c8127da4129c1810c52c29f69eb8665f (patch) | |
tree | b37fec0f342567b1ee55917b7b8dfe1d4518f0e7 /dw/ruler.hh | |
parent | 80122aabb6debd724228405c358541ecb88f63bf (diff) |
Removed old Widget::draw (backward compatibility is not possible anyway).
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 3 |
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 (); |