aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-14 01:41:37 +0100
committerSebastian Geerken <devnull@localhost>2014-12-14 01:41:37 +0100
commitb67b3db43024bb72609ae5b1aa3c03a6a38d6637 (patch)
treed31e72b8a53a47ea6c7f693c71ab3b9a3be1d863 /dw/oofpositionedmgr.hh
parent96c763b6f6c5383964451f030fbce5bfbc98d4ef (diff)
Fixed some more glitches related to absolute positions.
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r--dw/oofpositionedmgr.hh2
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;