aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-09-22 20:23:27 +0200
committerSebastian Geerken <devnull@localhost>2015-09-22 20:23:27 +0200
commitd11f25560a31a68d56a72abc6d888bc8cf2634b7 (patch)
tree84a1fed01439eecf6551fba096edf6d91d5312f9 /dw/oofawarewidget.cc
parentaf3aa61519ae6c37dd4984100697f7aa032403de (diff)
SRDOP: OOFFloatsMgr now regards positions relative to container. (Code compiles, not more!)
Diffstat (limited to 'dw/oofawarewidget.cc')
-rw-r--r--dw/oofawarewidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/oofawarewidget.cc b/dw/oofawarewidget.cc
index c1398a64..cd0380a0 100644
--- a/dw/oofawarewidget.cc
+++ b/dw/oofawarewidget.cc
@@ -206,7 +206,7 @@ void OOFAwareWidget::initOutOfFlowMgrs ()
{
if (oofContainer[OOFM_FLOATS]->outOfFlowMgr[OOFM_FLOATS] == NULL) {
oofContainer[OOFM_FLOATS]->outOfFlowMgr[OOFM_FLOATS] =
- new OOFFloatsMgr (oofContainer[OOFM_FLOATS]);
+ new OOFFloatsMgr (oofContainer[OOFM_FLOATS], OOFM_FLOATS);
DBG_OBJ_ASSOC (oofContainer[OOFM_FLOATS],
oofContainer[OOFM_FLOATS]->outOfFlowMgr[OOFM_FLOATS]);
}
@@ -538,7 +538,7 @@ bool OOFAwareWidget::mustBeWidenedToAvailWidth ()
return false;
}
-void OOFAwareWidget::borderChanged (int y, Widget *vloat)
+void OOFAwareWidget::borderChanged (int oofmIndex, int y, Widget *widgetOOF)
{
assertNotReached ();
}