diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-25 11:12:30 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-25 11:12:30 +0200 |
commit | 901ee32084c7e59f7d27312482d6b472f974cadf (patch) | |
tree | 5f7af4331a0326281a7f1663a27e3a67b5f254bb /dw | |
parent | fbc9e11f630cd9701e873ecfc6c43cb384c114a9 (diff) |
Some RTFL corrections.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/outofflowmgr.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index 2899fd17..ced629a7 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -1253,7 +1253,7 @@ OutOfFlowMgr::Float *OutOfFlowMgr::findFloatByWidget (Widget *widget) void OutOfFlowMgr::markSizeChange (int ref) { - DBG_OBJ_MSGF ("resize", 0, "<b>markSizeChange</b> (%d)", ref); + DBG_OBJ_MSGF ("resize.oofm", 0, "<b>markSizeChange</b> (%d)", ref); DBG_OBJ_MSG_START (); if (isRefFloat (ref)) { @@ -1632,7 +1632,7 @@ void OutOfFlowMgr::getExtremes (Extremes *cbExtr, int *oofMinWidth, *oofMaxWidth = max (oofMaxWidthLeft, oofMaxWidthRight, oofMaxWidthAbsPos); DBG_OBJ_MSGF ("resize.oofm", 1, - "=> (a: %d, l: %d, r: %d => %d) * (a: %d, l: %d, r: %d => %d)", + "=> (a: %d, l: %d, r: %d => %d) / (a: %d, l: %d, r: %d => %d)", oofMinWidthAbsPos, oofMinWidthtLeft, oofMinWidthRight, *oofMinWidth, oofMaxWidthAbsPos, oofMaxWidthLeft, oofMaxWidthRight, *oofMaxWidth); @@ -1646,7 +1646,8 @@ void OutOfFlowMgr::getFloatsExtremes (Extremes *cbExtr, Side side, SortedFloatsVector *list = getFloatsListForTextblock (containingBlock, side); - DBG_OBJ_MSGF ("resize", 0, "<b>getFloatsExtremes</b> ((%d / %d), %s, ...)", + DBG_OBJ_MSGF ("resize.oofm", 0, + "<b>getFloatsExtremes</b> ((%d / %d), %s, ...)", cbExtr->minWidth, cbExtr->maxWidth, side == LEFT ? "LEFT" : "RIGHT"); DBG_OBJ_MSG_START (); |