aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-06 17:30:48 +0200
committerSebastian Geerken <devnull@localhost>2014-10-06 17:30:48 +0200
commitd81d40e6849263a18281a5d64b95c2479ee9f120 (patch)
treeb33e8296d3b012c10a29b81270b1ad6b33a6db56 /dw/oofpositionedmgr.hh
parentb2619e5c7cce1dcc7e1bd70a9fae0095118da6da (diff)
Too large floats (but not absolutely positioned elements) now affect padding area, not margin area, of container.
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r--dw/oofpositionedmgr.hh1
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);