aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
committerSebastian Geerken <devnull@localhost>2014-09-23 14:24:33 +0200
commitd2301b7b883f577707b353f9544702dce203ff1b (patch)
tree53f7ca48b25f77fd524e93b24072360a9c1313fe /dw/oofawarewidget.hh
parent43298239a35f6b75dfc3cb7e392deafb0bb1528c (diff)
OOFAwareWidget::correctRequisitionByOOF: use splitHeightFun.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh3
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 ();