diff options
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index a2cb0c66..6aa99910 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -765,7 +765,7 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props, a_Image_new(layout, (void*)attrs->backgroundImage ->getMainImgRenderer(), - 0xffffff); + 0xffffff, 0x000000); // we use the pageUrl as requester to prevent cross // domain requests as specified in domainrc |