diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-30 17:17:07 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-30 17:17:07 +0100 |
commit | 91a174cec662affc189ea4ad71e7819a768a2a37 (patch) | |
tree | c75f1423e5ae93b800c809012e4cb77daeb1a1d3 /dw/outofflowmgr.hh | |
parent | ebef4a549506bf6d6dced5ae0edddc41d0185ebc (diff) |
Recent optimizations hopefully finished.
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; } |