aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-01-30 17:17:07 +0100
committerSebastian Geerken <devnull@localhost>2014-01-30 17:17:07 +0100
commit91a174cec662affc189ea4ad71e7819a768a2a37 (patch)
treec75f1423e5ae93b800c809012e4cb77daeb1a1d3 /dw/outofflowmgr.hh
parentebef4a549506bf6d6dced5ae0edddc41d0185ebc (diff)
Recent optimizations hopefully finished.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh1
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; }