summaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index fd92b636..dc4805e1 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -570,7 +570,8 @@ protected:
static int stretchabilityFactor;
bool limitTextWidth; /* from preferences */
-
+ bool treatAsInline;
+
int redrawY;
int lastWordDrawn;
@@ -876,7 +877,7 @@ public:
{ return !testStyleOutOfFlow (style) ||
testStyleRelativelyPositioned (style); }
- Textblock (bool limitTextWidth);
+ Textblock (bool limitTextWidth, bool treatAsInline = false);
~Textblock ();
core::Iterator *iterator (core::Content::Type mask, bool atEnd);