diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 3decda6d..535834a8 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -4,6 +4,7 @@ #include <limits.h> #include "regardingborder.hh" +#include "tools.hh" #include "../lout/misc.hh" // These were used when improved line breaking and hyphenation were implemented. @@ -576,9 +577,7 @@ protected: int redrawY; int lastWordDrawn; - int sizeRequestNumPos; - Widget **sizeRequestReferences; - int *sizeRequestX, *sizeRequestY; + core::SizeParams sizeRequestParams; /* This value is currently) set by setAscent(). */ int lineBreakWidth; |