summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-12-18 22:23:30 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-12-18 22:23:30 +0100
commited284d8d579e2ac580d81e1977cd8aa9bea5b1e4 (patch)
treefc1776fa844019c31518267352d42772994d319d /src/styleengine.hh
parent83c0cf6af8df3d6603d05dca469ff86102349f48 (diff)
support border-width: thin | medium | thick
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
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);