diff options
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index e50ba35a..8b5dd1fd 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -42,6 +42,8 @@ class StyleEngine : public Doctree { dw::core::style::Font *font, int percentageBase); bool computeLength (dw::core::style::Length *dest, CssLength value, dw::core::style::Font *font); + void computeBorderWidth (int *dest, CssProperty *p, + dw::core::style::Font *font); public: StyleEngine (dw::core::Layout *layout); |