summaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-06-09 23:15:39 +0200
committerSebastian Geerken <devnull@localhost>2015-06-09 23:15:39 +0200
commitc1489885decc91520542f54da489af5290e8a98c (patch)
treee757da14394cb2f3032c993acec6a6eec221a5f0 /dw/textblock.hh
parent7c8f69de8bc95c6078ee5fc0b63d263a80f31b44 (diff)
SRDOP: Some refactoring.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh5
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;