diff options
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r-- | dw/oofpositionedmgr.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc index 28852258..1ab7e06e 100644 --- a/dw/oofpositionedmgr.cc +++ b/dw/oofpositionedmgr.cc @@ -270,6 +270,18 @@ void OOFPositionedMgr::tellPosition2 (Widget *widget, int x, int y) DBG_OBJ_LEAVE (); } +void OOFPositionedMgr::tellIncompletePosition1 (Widget *generator, + Widget *widget, int x, int y) +{ + // Nothing to do. +} + +void OOFPositionedMgr::tellIncompletePosition2 (Widget *generator, + Widget *widget, int x, int y) +{ + // TODO +} + bool OOFPositionedMgr::containerMustAdjustExtraSpace () { return true; |