From 356751ca1ee7df3819dfcfcece24cfbdb37fba7c Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 19 Oct 2014 00:29:52 +0200 Subject: Changes in drawing process: is now interruptable. (Some errors left.) --- dw/outofflowmgr.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dw/outofflowmgr.hh') diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index b5f50c56..5b74e513 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -25,7 +25,9 @@ public: core::Allocation *allocation) = 0; virtual void sizeAllocateEnd (OOFAwareWidget *caller) = 0; virtual void containerSizeChangedForChildren () = 0; - virtual void draw (core::View *view, core::Rectangle *area) = 0; + virtual core::Widget *draw (core::View *view, core::Rectangle *area, + lout::container::untyped::Stack *iterator, + int *index) = 0; virtual void markSizeChange (int ref) = 0; virtual void markExtremesChange (int ref) = 0; -- cgit v1.2.3