aboutsummaryrefslogtreecommitdiff
path: root/dw/ooffloatsmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 22:07:29 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 22:07:29 +0200
commit5c0abff7a414c2bd3501b4ac1721b4fad7b8bd47 (patch)
tree2c71f5937b9cab95b282f54c35f458e1be112104 /dw/ooffloatsmgr.hh
parent5e61a16c4ef0c64fd8cdbee2379bcee798dab518 (diff)
OOFFloatsMgr::sizeAllocateStart: fixed abortion.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r--dw/ooffloatsmgr.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh
index 8f5cdd1f..1846366a 100644
--- a/dw/ooffloatsmgr.hh
+++ b/dw/ooffloatsmgr.hh
@@ -216,7 +216,8 @@ private:
return allocation->ascent + allocation->descent; }
void updateAllocation ();
- inline OOFAwareWidget *getOOFAwareWidget () { return (OOFAwareWidget*)getWidget (); }
+ inline OOFAwareWidget *getOOFAwareWidget ()
+ { return (OOFAwareWidget*)getWidget (); }
};
// These two lists store all floats, in the order in which they are
@@ -300,6 +301,7 @@ private:
bool getFloatDiffToCB (Float *vloat, int *leftDiff, int *rightDiff);
TBInfo *getOOFAwareWidget (OOFAwareWidget *textblock);
+ TBInfo *getOOFAwareWidgetPerhaps (OOFAwareWidget *textblock);
int getBorder (OOFAwareWidget *textblock, Side side, int y, int h,
OOFAwareWidget *lastGB, int lastExtIndex);
SortedFloatsVector *getFloatsListForOOFAwareWidget (OOFAwareWidget