summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-28 16:55:31 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-28 16:55:31 +0100
commita3b7a1089c51316d86cb1f765297b1ecc6d5b352 (patch)
tree1befd648207025216071e83b2e73d271082fb0a1 /src/styleengine.hh
parentada56dab550c299bfa1749f900b14b0b94a64471 (diff)
add workaround for table row coloring
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 60b044b8..7631eb55 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -11,6 +11,7 @@ class StyleEngine : public Doctree {
public:
dw::core::style::Style *style;
const char *styleAttribute;
+ bool inheritBackgroundColor;
};
dw::core::Layout *layout;
@@ -44,6 +45,7 @@ class StyleEngine : public Doctree {
void endElement (int tag);
void setPseudo (const char *pseudo);
void setNonCssHints (CssPropertyList *nonCssHints);
+ void inheritBackgroundColor ();
inline dw::core::style::Style *style () {
dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style;