diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 40f3af43..c7f55262 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -64,7 +64,8 @@ public: core::Allocation *allocation); void sizeAllocateEnd (OOFAwareWidget *caller); void containerSizeChangedForChildren (); - void draw (core::View *view, core::Rectangle *area); + core::Widget *draw (core::View *view, core::Rectangle *area, + lout::container::untyped::Stack *iterator, int *index); void markSizeChange (int ref); void markExtremesChange (int ref); |