diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index 8ddecd92..40f3af43 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -81,6 +81,7 @@ public: void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight); + bool containerMustAdjustExtraSpace (); void getExtremes (core::Extremes *containerExtr, int *oofMinWidth, int *oofMaxWidth); |