diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 96091ded..b5f50c56 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -42,6 +42,7 @@ public: virtual void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight) = 0; + virtual bool containerMustAdjustExtraSpace ()= 0; virtual void getExtremes (core::Extremes *containerExtr, int *oofMinWidth, int *oofMaxWidth) = 0; |