diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-02 00:18:39 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-02 00:18:39 +0200 |
commit | 7563c505fc1d76c69a3a2b369b27465996b5fcf4 (patch) | |
tree | cf06e3897a64d5bdb6e06950dde197f20c08a6e1 /dw/outofflowmgr.hh | |
parent | 244a03a0baef40605e2c1d3e5805241bf7a142b4 (diff) |
Changes of extremes when allocating the CB are now handled.
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 77a06b6c..c5c560c7 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -257,6 +257,7 @@ private: Side side, int *floatPos); bool doFloatsExceedCB (Side side); + bool haveExtremesChanged (Side side); void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area); |