diff options
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 8c119e26..841d5c06 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -24,6 +24,7 @@ class StyleEngine { CssPropertyList *nonCssProperties; dw::core::style::Style *style; dw::core::style::Style *wordStyle; + dw::core::style::Style *backgroundStyle; bool inheritBackgroundColor; DoctreeNode *doctreeNode; }; |