summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-04-10 20:31:58 +0200
committerSebastian Geerken <devnull@localhost>2014-04-10 20:31:58 +0200
commit14c8dc8706be54b8ade7962455848eed299db765 (patch)
treeb172724f91e8c1f389b32ed829f234a1c82509f3 /dw/outofflowmgr.hh
parent2f053c51c454e3051ccf736fdb8015a62dc220d1 (diff)
Floats are now allocated earlier.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh2
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);