diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index a4a1e361..ce2743ac 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -61,6 +61,7 @@ private: inline int getNewHeight () { return widget->getAllocation()->ascent + widget->getAllocation()->descent; } + void update (bool wasAllocated, int xCB, int yCB, int width, int height); void updateAllocation (); inline core::Widget *getWidget () { return widget; } |