diff options
author | corvid <corvid@lavabit.com> | 2010-04-20 16:04:24 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-04-20 16:04:24 +0000 |
commit | bda22922f7ed5934a2c1cd9740836df1a22cbc30 (patch) | |
tree | 7e7713dcbca5bfa1bead72abe9bd0388bcadbc4e /dw/textblock.hh | |
parent | 7a6266b40e3b340883d1f7fb22c0099a8253cc88 (diff) |
css word-spacing property
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 88351dbb..d05c87e2 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -163,9 +163,9 @@ protected: /* TODO: perhaps add a xLeft? */ core::Requisition size; /* Space after the word, only if it's not a break: */ - unsigned short origSpace; /* from font, set by addSpace */ - unsigned short effSpace; /* effective space, set by wordWrap, - * used for drawing etc. */ + short origSpace; /* from font, set by addSpace */ + short effSpace; /* effective space, set by wordWrap, + * used for drawing etc. */ core::Content content; core::style::Style *style; |