diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-10 20:31:58 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-10 20:31:58 +0200 |
commit | 14c8dc8706be54b8ade7962455848eed299db765 (patch) | |
tree | b172724f91e8c1f389b32ed829f234a1c82509f3 /dw/outofflowmgr.hh | |
parent | 2f053c51c454e3051ccf736fdb8015a62dc220d1 (diff) |
Floats are now allocated earlier.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 1a72f6dc..6dd49361 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -260,7 +260,7 @@ private: Float *findFloatByWidget (core::Widget *widget); void moveFromGBToCB (Side side); - void sizeAllocateFloats (Side side); + void sizeAllocateFloats (TBInfo *textblock, Side side); int calcFloatX (Float *vloat, Side side, int gbX, int gbWidth, int gbAvailWidth); |