summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-07-25 22:48:32 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-07-25 22:48:32 +0200
commitb472ce688991d5c01812f02c128830132dcbe3f5 (patch)
treea69c624693c436578b3dec358dd110a8866771bb /src/styleengine.hh
parent7b26dbbb7cbb0a69b47c42e4204545e0f845e4f5 (diff)
avoid requesting background images if an ancestor has display:none
noticed-by: eocene
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 772e7f63..db3e3b85 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -27,6 +27,7 @@ class StyleEngine {
dw::core::style::Style *wordStyle;
dw::core::style::Style *backgroundStyle;
bool inheritBackgroundColor;
+ bool displayNone;
DoctreeNode *doctreeNode;
};