diff options
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r-- | dw/oofpositionedmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh index a1b1d68c..8fa8be7a 100644 --- a/dw/oofpositionedmgr.hh +++ b/dw/oofpositionedmgr.hh @@ -32,6 +32,8 @@ protected: { return containerBoxOffsetY () + containerBoxRestHeight (); } OOFAwareWidget *container; + enum { NOT_ALLOCATED, IN_ALLOCATION, WAS_ALLOCATED } + containerAllocationState; core::Allocation containerAllocation; lout::container::typed::Vector<Child> *children; |