diff options
author | Sebastian Geerken <devnull@localhost> | 2013-07-30 13:50:22 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-07-30 13:50:22 +0200 |
commit | 97b54265687beaddd0b588b18994c68fe770a7d5 (patch) | |
tree | 514d5726a984f738a932afedc77ebad707bd7c75 /dw/outofflowmgr.hh | |
parent | bc18e4cf0873bd191ea561e9825a156e1d28d131 (diff) |
Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) resizes floats lead to correct rewrapping. (Unfortunately very unstable now again.)
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index c373a50c..23b8134c 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -205,7 +205,10 @@ private: bool isTextblockCoveredByFloats (SortedFloatsVector *list, Textblock *tb, int tbx, int tby, int tbWidth, int tbHeight, int *floatPos, core::Widget **vloat); - + bool isTextblockCoveredByFloat (Float *vloat, Textblock *tb, + int tbx, int tby, int tbWidth, int tbHeight, + int *floatPos); + void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area); void drawAbsolutelyPositioned (core::View *view, core::Rectangle *area); |