diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index e66ab66a..a34ea025 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -3179,7 +3179,12 @@ void Textblock::oofSizeChanged (bool extremesChanged) DBG_OBJ_LEAVE (); } -int Textblock::getLineBreakWidth () +int Textblock::getGeneratorX () +{ + return 0; // TODO +} + +int Textblock::getGeneratorWidth () { return lineBreakWidth; } |