diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 610766ba..e3bd8a07 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -158,7 +158,8 @@ protected: { return widget->getStyle()->position == core::style::POSITION_RELATIVE; } void initOutOfFlowMgrs (); - void correctRequisitionByOOF (core::Requisition *requisition); + void correctRequisitionByOOF (core::Requisition *requisition, + void (*splitHeightFun) (int, int*, int*)); void correctExtremesByOOF (core::Extremes *extremes); void sizeAllocateStart (core::Allocation *allocation); void sizeAllocateEnd (); |